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

Function set_ip_recvtos

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

setsockopt(fd, IPPROTO_IP, IP_RECVTOS, value)

See the module-level documentation for more.