Module tcp
Source Available on crate feature tcp
only.
Expand description
- 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
.