socket_sendto

Function socket_sendto 

Source
pub fn socket_sendto(
    handle: SocketHandle,
    buf: &[u8],
    endpoint: IpEndpoint,
) -> Result<usize, FsError>
Expand description

Send data to a specific endpoint (for sendto syscall)