pub fn sendto<Fd>( fd: Fd, buf: &[u8], flags: SendFlags, addr: &SocketAddr, ) -> Result<usize, Errno> ⓘwhere Fd: AsFd,
dep_rustix
sendto(fd, buf, flags, addr)—Writes data to a socket to a specific IP address.
sendto(fd, buf, flags, addr)