Expand description
The BSD sockets API requires us to read the sa_family
field before we can
interpret the rest of a sockaddr
produced by the kernel.
Functionsยง
- encode_
sockaddr_ ๐v4 - encode_
sockaddr_ ๐v6
The BSD sockets API requires us to read the sa_family
field before we can
interpret the rest of a sockaddr
produced by the kernel.