[−][src]Module mio::net
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
SocketAddr | An address associated with a |
TcpKeepalive | Configures a socket's TCP keepalive parameters. |
TcpListener | A structure representing a socket server |
TcpSocket | A non-blocking TCP socket used to configure a stream or listener. |
TcpStream | A non-blocking TCP stream between a local socket and a remote socket. |
UdpSocket | A User Datagram Protocol socket. |
UnixDatagram | A Unix datagram socket. |
UnixListener | A non-blocking Unix domain socket server. |
UnixStream | A non-blocking Unix stream socket. |