devela::_dep::rustix::net::sockopt

Function set_ip_multicast_loop

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

setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, value)

See the module-level documentation for more.