Enables or disables debug mode for this socket.
impl Socket { fn set_debug(&self, val: bool) -> Result<(), Errno> }
Whether debug mode is enabled.
socket(7) and SO_DEBUG therein
lrs::socket::Socket::is_debug