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

Function set_ipv6_multicast_loop

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

setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, value)

See the module-level documentation for more.