demikernel icon indicating copy to clipboard operation
demikernel copied to clipboard

[inetstack] Cleanup ARP Query Control Flow

Open ppenna opened this issue 3 years ago • 2 comments

Description

When receiving data in an active socket, we should clean up ARP query control flow.

References

  • ActiveOpenSocket::receive()

ppenna avatar Jul 02 '21 13:07 ppenna

I'm not sure what is meant by this.

But we should have a proper IP layer that handles datalink layer address resolution without exposing anything about it to TCP.

And our ARP component should be like the Window's IPv4 implementation in that it follows the IPv6 Neighbor Discovery protocol as closely as possible (only using ARP-formatted packets on the wire instead of Neighbor Solicitations/Advertisements).

BrianZill avatar Mar 29 '22 06:03 BrianZill

demikernel/demikernel#197

ppenna avatar May 09 '22 17:05 ppenna