Function nix::sys::socket::send

pub fn send(fd: RawFd, buf: &[u8], flags: MsgFlags) -> Result<usize>
Documentation

Send data to a connection-oriented socket. Returns the number of bytes read

Further reading

On this page