Function nc::sendto_nocancel

source ยท
pub unsafe fn sendto_nocancel(
    sockfd: i32,
    buf: &[u8],
    flags: i32,
    dest_addr: caddr_t,
    addrlen: socklen_t
) -> Result<ssize_t, Errno>
Expand description

Send a message on a socket.