[][src]Module tokio::net::tcp

This is supported on feature="tcp" only.

TCP utility types

Structs

Incomingfeature="tcp"

Stream returned by the TcpListener::incoming function representing the stream of sockets received from a listener.

ReadHalffeature="tcp"

Read half of a TcpStream.

WriteHalffeature="tcp"

Write half of a TcpStream.