devela::_dep::rustix::net::sockopt

Function get_ip_multicast_ttl

pub fn get_ip_multicast_ttl<Fd>(fd: Fd) -> Result<u32, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

getsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL)

See the module-level documentation for more.