Function rustix::backend::net::sockopt::set_ip_ttl

source ยท
pub(crate) fn set_ip_ttl(fd: BorrowedFd<'_>, ttl: u32) -> Result<()>