Gathers a message from multiple sources and sends it on a connected socket.
impl Socket {
fn gather_send(&self, buf: &[&[u8]], flags: MsgFlags) -> Result<usize, Errno>
}| Name | Description |
|---|---|
| buf | The buffers containing the message. |
| flags | Flags that can change the behavior of the operation. |
Returns the number of bytes sent.