Re-exports

pub use tcp::State as TcpState;
pub use tcp::TcpSocket;
pub use udp::State as UdpState;
pub use udp::UdpSocket;

Modules

Structs

A ring buffer.
A handle, identifying a socket in a set.
A smart pointer to a socket.
An extensible set of sockets.

Enums

The error type for the networking stack.
A network socket.

Traits

A conversion trait for network sockets.

Type Definitions