[][src]Function nix::sys::socket::send

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

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

Further reading