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