smoltcp icon indicating copy to clipboard operation
smoltcp copied to clipboard

Smarter NeighborCache state machine.

Open dlrobertson opened this issue 7 years ago • 1 comments

RFC 4861 7.3.2 defines several states a Neighbor Cache entry can be in. Neighbor Cache entries should be updated to include these states and the use of the Neighbor Cache entries in the EthernetInterface should be updated to handle these new states.

dlrobertson avatar Jun 19 '18 02:06 dlrobertson

@squidarth since you've already done some work on the neighbor cache, this could be a good follow-up issue. It will be a good bit more work as the use of cache entries in EthernetInterface will need to be updated, but I think it is a reasonable next issue to work on, once #234 is merged.

dlrobertson avatar Jun 19 '18 02:06 dlrobertson