Module tcp

Module tcp 

Source
Expand description

TCP socket.

Includes synchronous and asynchronous functionality and configuration helpers for TCP sockets.

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.