Function set_ipv6_multicast_hops

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

setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, value)

See the module-level documentation for more.