Skip to main content

Crate tokio_smoltcp

Crate tokio_smoltcp 

Source
Expand description

An asynchronous wrapper for smoltcp.

Re-exports§

pub use smoltcp;

Modules§

device
The async devices.

Structs§

BufferSize
BufferSize is used to configure the size of the socket buffer.
Neighbor
Net
Net is the main interface to the network stack. Socket creation and configuration is done through the Net interface.
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.