Module tcp

Source

Structs§

AsyncTcpSocket
Asynchronous TCP socket built on top of Tokio.
TcpConfig
Configuration options for a TCP socket.
TcpSocket
Low level synchronous TCP socket.

Enums§

TcpSocketType
TCP socket type, either STREAM or RAW.