send_to

Function send_to 

Source
pub fn send_to(
    socket: CSocket,
    buffer: &[u8],
    dst: *const SockAddr,
    slen: SockLen,
) -> Result<usize>
Expand description

Sends data to a socket, returning the number of bytes sent.