Expand description
Utilities for dealing with message headers.
These take closures rather than returning a c::msghdr directly because
the message headers may reference stack-local data.
Functionsยง
- msg_
control_ ๐len  - msg_
iov_ ๐len  - noaddr_
msghdr ๐ - Create a message header intended to send without an address.
 - with_
msghdr ๐ โ - Create a message header intended to send with the specified address.
 - with_
recv_ ๐ โmsghdr  - Create a message header intended to receive a datagram.
 - zero_
msghdr ๐ - Create a zero-initialized message header struct value.