pub fn join_multicast( sock: &UdpSocket, group: Ipv4Addr, iface: &Iface, ) -> Result<()>
Subscribe the provided socket to a multicast group on the supplied interface.