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

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

Further reading