Retrieves the maximal receive buffer size of this socket.
impl Socket { fn recv_buffer_size(&self) -> Result<usize, Errno> }
Returns the maximal receive buffer size of this socket.
socket(7) and SO_RCVBUF therein
lrs::socket::Socket::set_recv_buffer_size