Expand description
Command-channel-driven userspace network stack.
This is an opinionated wrapper around smoltcp that provides an easier-to-integrate, more-portable API.
Structs§
- TcpListener
- A TCP listener waiting to accept connections.
- TcpStream
- A TCP stream.
- UdpSocket
- A UDP socket.
Enums§
- Error
- Error while interacting with the netstack.
- Internal
Error Kind - Informational detail on the kind of internal error.