microsoft / microsoft/demikernel

[inetstack] Retry on failed transmit for ARP and ICMP

Open
#1,365 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Rust
Stars
1.2k
Forks
151
PR merge metrics
No merged PRs in 30d

Description

Context

Currently, when we fail to send a response to either an ARP request or a ping, we simply wait for the other end to retry. It would be better to retry the send ourselves instead of treating it like a dropped packet.

Proposed Solution

Implement a simple retry mechanism for transmit on response to ARP or ping requests.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the inetstack paths that transmit responses to ARP requests and ping requests, then inspect how failed sends are handled. Define the retry behavior for both response types and verify that failed transmissions are retried rather than treated as dropped packets.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
networking
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.