Function rustix::net::sockopt::get_ip_ttl

pub fn get_ip_ttl<Fd: AsFd>(fd: &Fd) -> io::Result<u32>
Documentation

getsockopt(fd, IPPROTO_IP, IP_TTL)

References