Function nc::sendmsg_nocancel

source ยท
pub unsafe fn sendmsg_nocancel(
    sockfd: i32,
    msg: caddr_t,
    flags: i32
) -> Result<ssize_t, Errno>
Expand description

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