Method lrs::socket::Socket::ipv4_is_multicast_all

Retrieves whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of.

Syntax

impl Socket {
    fn ipv4_is_multicast_all(&self) -> Result<bool, Errno>
}

Return value

Returns whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of. = See also