Retrieves the hop limit of packets sent over this socket.
impl Socket { fn ipv6_hop_limit(&self) -> Result<Option<u8>, Errno> }
Returns the hop limit of packets sent over this socket.
ipv6(7) and IP_UNICAST_HOPS therein
lrs::socket::Socket::ipv6_set_hop_limit