[][src]Module mio_st::net

Networking primitives.

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

Structs

ConnectedUdpSocket

A connected User Datagram Protocol socket.

TcpListener

A TCP socket listener.

TcpStream

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

UdpSocket

A User Datagram Protocol socket.