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