pub async fn bind_multicast( iface: &Iface, group: Ipv4Addr, port: u16, opts: &McOptions, ) -> Result<UdpSocket>
Bind a UDP socket subscribed to the provided multicast group on the interface.