Function rustix::net::sockopt::set_ipv6_tclass

source ยท
pub fn set_ipv6_tclass<Fd: AsFd>(fd: Fd, value: u32) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, value)

See the module-level documentation for more.