Function nc::sendmsg

source ·
pub unsafe fn sendmsg(
    sockfd: i32,
    msg: &msghdr_t,
    flags: i32
) -> Result<ssize_t, Errno>
Expand description

Send a message on a socket. Allow sending ancillary data.