Re-exports§
pub use tcp::State as TcpState;pub use tcp::TcpSocket;pub use udp::State as UdpState;pub use udp::UdpSocket;
Modules§
Structs§
- Ring
Buffer - A ring buffer.
- Socket
Handle - A handle, identifying a socket in a set.
- Socket
Ref - A smart pointer to a socket.
- Socket
Set - An extensible set of sockets.
Enums§
- Error
- The error type for the networking stack.
- Socket
- A network socket.
- Socket
Type
Traits§
- AnySocket
- A conversion trait for network sockets.