pub fn sendmsg(
socket: impl AsFd,
iov: &[IoSlice<'_>],
control: &mut SendAncillaryBuffer<'_, '_, '_>,
flags: SendFlags
) -> Result<usize>Expand description
sendmsg(msghdr)—Sends a message on a socket.
pub fn sendmsg(
socket: impl AsFd,
iov: &[IoSlice<'_>],
control: &mut SendAncillaryBuffer<'_, '_, '_>,
flags: SendFlags
) -> Result<usize>sendmsg(msghdr)—Sends a message on a socket.