pub fn socket_sendto(
handle: SocketHandle,
buf: &[u8],
endpoint: IpEndpoint,
) -> Result<usize, FsError>Expand description
Send data to a specific endpoint (for sendto syscall)
pub fn socket_sendto(
handle: SocketHandle,
buf: &[u8],
endpoint: IpEndpoint,
) -> Result<usize, FsError>Send data to a specific endpoint (for sendto syscall)