Module tcp

Source
Expand description

TCP socket abstractions.

To get started, see TcpSocket.

Enums§

Error
Errors that can occur when using TCP sockets.

Traits§

TcpConnection
TCP connection for reading and writing data.
TcpSocket
TCP socket for establishing connections.