Function get_ip_recvtos

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

getsockopt(fd, IPPROTO_IP, IP_RECVTOS)

See the module-level documentation for more.