pub unsafe fn sendmsg( fd: &impl AsRawFd, msg: &msghdr, flags: u32, ) -> Result<usize>
Sends a message on a socket.
msg must refer to a valid msghdr structure for the duration of the call.
msg
msghdr