You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: