Expand description
An asynchronous wrapper for smoltcp.
Re-exports§
pub use smoltcp;
Modules§
- device
- The async devices.
Structs§
- Buffer
Size BufferSizeis used to configure the size of the socket buffer.- Neighbor
- Net
Netis the main interface to the network stack. Socket creation and configuration is done through theNetinterface.- NetConfig
- A config for a
Net. - RawSocket
- A raw socket.
- TcpListener
- A TCP socket server, listening for connections.
- TcpStream
- A TCP stream between a local and a remote socket.
- UdpSocket
- A UDP socket.
Constants§
- FOREVER
- Can be used to create a forever timestamp in neighbor.