Function rustix::net::sockopt::get_ip_ttl[][src]

pub fn get_ip_ttl<Fd: AsFd>(fd: &Fd) -> Result<u32>
Expand description

getsockopt(fd, IPPROTO_IP, IP_TTL)

References