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

Function set_ipv6_tclass

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

setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, value)

See the module-level documentation for more.