Function rustix::net::sockopt::get_ip_multicast_ttl

source ยท
pub fn get_ip_multicast_ttl<Fd: AsFd>(fd: Fd) -> Result<u32>
Expand description

getsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL)

See the module-level documentation for more.