pub fn get_ipv6_multicast_loop<Fd: AsFd>(fd: Fd) -> Result<bool>
Available on crate feature
net
only.Expand description
getsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)
See the module-level documentation for more.
pub fn get_ipv6_multicast_loop<Fd: AsFd>(fd: Fd) -> Result<bool>
net
only.getsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP)
See the module-level documentation for more.