Module tcp

Source
Available on crate feature tcp only.
Expand description

TCP utility types

Structsยง

Incoming
Stream returned by the TcpListener::incoming function representing the stream of sockets received from a listener.
ReadHalf
Read half of a TcpStream.
WriteHalf
Write half of a TcpStream.