Retrieves whether multicast packets sent from this socket are looped back to local sockets.
impl Socket {
fn ipv4_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.
ip(7) and IP_MULTICAST_LOOP therein