Skip to main content

Module netstack

Module netstack 

Source
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.
InternalErrorKind
Informational detail on the kind of internal error.