Method lrs::socket::Socket::ipv4_set_multicast_all

Sets 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_set_multicast_all(&self, val: bool) -> Result<(), Errno>
}

Arguments

NameDescription
val

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

See also