pub fn sendto( fd: RawFd, buf: &[u8], addr: &SockAddr, flags: MsgFlags) -> Result<usize>
Send a message to a socket
Further reading