Sets whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of.
impl Socket {
fn ipv4_set_multicast_all(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether this socket receives all messages sent to any multicast groups that any socket on this system is a member of. |
ip(7) and IP_MULTICAST_ALL therein