Module socket_addr_any

Source
Expand description

The SocketAddrAny type and related utilities.

Structsยง

SocketAddrAny
A type that can hold any kind of socket address, as a safe abstraction for sockaddr_storage.
SocketAddrBuf ๐Ÿ”’
Temporary buffer for creating a SocketAddrAny from a syscall that writes to a sockaddr_t and socklen_t