pub unsafe fn sock_send( fd: u32, si_data: &[Ciovec], si_flags: u16, ) -> Result<usize, Errno>
Send a message on a socket. Note: This is similar to send in POSIX, though it also supports writing the data from multiple buffers in the manner of writev.
send
writev
si_data
si_flags
Number of bytes transmitted.