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
An attempt to write the TCP/IP stack in the Rust language
RusTCP RusTCP is an attempt to rewrite some of the PyTCP stack functionality using Rust language. Currently, the main goal of this project is to create a stable IPv6 platform that could be used to facilitate the process of testing the SRv6 technology.
Examples:
Stack initialization, IPv6 DAD successfully assigned two addresses.
Stack initialization, IPv6 DAD fails to assign 2007::7 address due to another host using it already.
Sending response to ICMPv6 ND Neighbor Solicitation and replying to ping requests.
Using Eui64 + ICMPv6 Router Solicitation / Router Advertisement mechanism to automatically assign LLA and GUA addresses.