Function rustix::net::sockopt::get_ip_tos

source ยท
pub fn get_ip_tos<Fd: AsFd>(fd: Fd) -> Result<u8>
Expand description

getsockopt(fd, IPPROTO_IP, IP_TOS)

See the module-level documentation for more.