Module tcp

Source

Structs§

Socket
A Transmission Control Protocol socket.

Enums§

CongestionControl
A congestion control algorithm.
ConnectError
Error returned by Socket::connect
ListenError
Error returned by Socket::listen
RecvError
Error returned by Socket::recv
SendError
Error returned by Socket::send
State
The state of a TCP socket, according to RFC 793.

Type Aliases§

SocketBuffer
A TCP socket ring buffer.