Sets whether multicast packets sent from this socket are looped back to local sockets.
impl Socket {
fn ipv4_set_multicast_loop(&self, val: bool) -> Result<(), Errno>
}| Name | Description |
|---|---|
| val | Whether multicast packets sent from this socket are looped back to local sockets. |
ip(7) and IP_MULTICAST_LOOP therein