Function get_ip_tos
pub fn get_ip_tos<Fd>(fd: Fd) -> Result<u8, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
getsockopt(fd, IPPROTO_IP, IP_TOS)
See the module-level documentation for more.