Function set_ip_multicast_ttl
pub fn set_ip_multicast_ttl<Fd>(fd: Fd, value: u32) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, IPPROTO_IP, IP_MULTICAST_TTL, value)
See the module-level documentation for more.