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

Function get_ipv6_tclass

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

getsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS)

See the module-level documentation for more.