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.
pub fn get_ip_tos<Fd: AsFd>(fd: Fd) -> Result<u8>
getsockopt(fd, IPPROTO_IP, IP_TOS)
See the module-level documentation for more.