Function rustix::net::sockopt::set_ip_ttl

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

setsockopt(fd, IPPROTO_IP, IP_TTL, ttl)

References