Expand description
TCP socket.
Includes synchronous and asynchronous functionality and configuration helpers for TCP sockets.
Structs§
- Async
TcpSocket - Asynchronous TCP socket built on top of Tokio.
- TcpConfig
- Configuration options for a TCP socket.
- TcpSocket
- Low level synchronous TCP socket.
Enums§
- TcpSocket
Type - TCP socket type, either STREAM or RAW.