Module mio::tcp [] [src]

Primitives for working with TCP

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

TcpListener

A structure representing a socket server

TcpStream

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

Enums

Shutdown

Possible values which can be passed to the shutdown method of TcpStream.