Function rustix::net::sockopt::set_ipv6_multicast_loop

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

setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, value)

See the module-level documentation for more.