Function set_ip_multicast_if

Source
pub fn set_ip_multicast_if<Fd: AsFd>(fd: Fd, value: &Ipv4Addr) -> Result<()>
Expand description

setsockopt(fd, IPPROTO_IP, IP_MULTICAST_IF, value)

See the module-level documentation for more.