Method lrs::socket::Socket::send_buffer_size

Retrieves the maximal send buffer size of this socket.

Syntax

impl Socket {
    fn send_buffer_size(&self) -> Result<usize, Errno>
}

Return value

Returns the maximal send buffer size of this socket.

See also