[][src]Module mio::net

This is supported on crate features tcp or udp only.

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

TcpListenertcp or udp

A structure representing a socket server

TcpSockettcp or udp

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

TcpStreamtcp or udp

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

UdpSockettcp or udp

A User Datagram Protocol socket.