Retrieves whether multicast packets sent from this socket are looped back to local sockets.
impl Socket {
fn ipv6_is_multicast_loop(&self) -> Result<bool, Errno>
}Returns whether multicast packets sent from this socket are looped back to local sockets.
The default value is true.
ipv6(7) and IPV6_MULTICAST_LOOP therein