Roadmapping: plan for migrating network stack to Rust #2729
robgjansen
started this conversation in
Show and tell
Replies: 1 comment
-
|
We've so far added a tcp library to shadow ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TCP modules we might want:
Plan for migrating network code:
fix qdisc bugenable rust sockets in the network interfacefinish moving majority of TCP syscall handling to rustfigure out how to support rust status listeners in the TCP socketfigure out how to deal with sendto/recvfrom syscall handlers for TCPrewrite UDP sockets in rustrewrite network interface and qdisc, and remove(Convert network interface and queuing to rust #3480)CompatSocketobjectsDesign sketch for trait-based packet states:
Beta Was this translation helpful? Give feedback.
All reactions