Module socket

Module socket 

Source

Structs§

Memory
Buffer size bounds used in auto tuning. Currently, only max is used; other values are reserved for future use
SocketDesc
Socket quintuplet
SocketMemory
TCP_ACK_DELAY
TCP_KEEP_ALIVE
TCP_NAGLE_ENABLED
TCP_TIMEOUT

Enums§

RecvError
SocketEndpoint
Socket endpoint kind
SocketState

Constants§

ENV_VAR_TCP_ACK_DELAY
ENV_VAR_TCP_KEEP_ALIVE
ENV_VAR_TCP_NAGLE
ENV_VAR_TCP_TIMEOUT
TCP_CONN_TIMEOUT
TCP_DISCONN_TIMEOUT

Traits§

SocketExt
Common interface for various socket types
TcpSocketExt

Functions§

icmp_socket
raw_socket
tcp_socket
udp_socket