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