Function rustix::net::sockopt::set_ip_multicast_loop
source ยท pub fn set_ip_multicast_loop<Fd: AsFd>(fd: Fd, value: bool) -> Result<()>
Expand description
setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, value)
See the module-level documentation for more.