Module mio::net[][src]

This is supported on crate feature net only.
Expand description

Networking primitives.

The types provided in this module are non-blocking by default and are designed to be portable across all supported Mio platforms. As long as the portability guidelines are followed, the behavior should be identical no matter the target platform.

Structs

An address associated with a mio specific Unix socket.

Configures a socket’s TCP keepalive parameters.

A structure representing a socket server

A non-blocking TCP socket used to configure a stream or listener.

A non-blocking TCP stream between a local socket and a remote socket.

A User Datagram Protocol socket.

A Unix datagram socket.

A non-blocking Unix domain socket server.

A non-blocking Unix stream socket.