Retrieves the hop limit of multicast packets sent over this socket.
impl Socket {
fn ipv6_multicast_hop_limit(&self) -> Result<Option<u8>, Errno>
}Returns the hop limit of multicast packets sent over this socket.
A None return value means that the default value is used.
ipv6(7) and IPV6_MULTICAST_HOPS therein