rustix::net::sockopt

Function set_ipv6_recvtclass

Source
pub fn set_ipv6_recvtclass<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Available on crate feature net only.
Expand description

setsockopt(fd, IPPROTO_IPV6, IPV6_RECVTCLASS, value)

See the module-level documentation for more.