Function set_ip_drop_membership
pub fn set_ip_drop_membership<Fd>(
fd: Fd,
multiaddr: &Ipv4Addr,
interface: &Ipv4Addr,
) -> Result<(), Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
setsockopt(fd, IPPROTO_IP, IP_DROP_MEMBERSHIP, multiaddr, interface)
This is similar to set_ip_drop_membership
but always sets ifindex
value to zero.
See the module-level documentation for more.