Retrieves the linger setting of this socket.
impl Socket { fn linger(&self) -> Result<Option<u32>, Errno> }
Returns the number of seconds this socket will linger in the foreground or None.
None
socket(7) and SO_LINGER therein
lrs::socket::Socket::set_linger