Function rustix::net::sockopt::get_ipv6_multicast_hops
source ยท pub fn get_ipv6_multicast_hops<Fd: AsFd>(fd: Fd) -> Result<u32>
Expand description
getsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS)
See the module-level documentation for more.