Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[inetstack] Retry on failed transmit for ARP and ICMP #1365

Open
iyzhang opened this issue Aug 7, 2024 · 0 comments
Open

[inetstack] Retry on failed transmit for ARP and ICMP #1365

iyzhang opened this issue Aug 7, 2024 · 0 comments
Labels
enhancement Enhancement Request on an Existing Feature

Comments

@iyzhang
Copy link
Contributor

iyzhang commented Aug 7, 2024

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.

@iyzhang iyzhang added the enhancement Enhancement Request on an Existing Feature label Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement Request on an Existing Feature
Projects
None yet
Development

No branches or pull requests

1 participant