Retrieves the maximal send buffer size of this socket.
impl Socket { fn send_buffer_size(&self) -> Result<usize, Errno> }
Returns the maximal send buffer size of this socket.
socket(7) and SO_SNDBUF therein
lrs::socket::Socket::set_send_buffer_size