Retrieves whether this socket is in debug mode.
impl Socket { fn is_debug(&self) -> Result<bool, Errno> }
Returns whether this socket is in debug mode.
socket(7) and SO_DEBUG therein
lrs::socket::Socket::set_debug