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

Function get_ipv6_unicast_hops

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

getsockopt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS)

See the module-level documentation for more.