Function nix::sys::socket::send

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

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

Further reading