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