Function set_ip_multicast_loop

Source
pub fn set_ip_multicast_loop<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, value)

See the module-level documentation for more.