Function rustix::net::send

source · []
pub fn send<Fd: AsFd>(fd: &Fd, buf: &[u8], flags: SendFlags) -> Result<usize>
Expand description

send(fd, buf, flags)—Writes data to a socket.

References