bind_multicast

Function bind_multicast 

Source
pub async fn bind_multicast(
    iface: &Iface,
    group: Ipv4Addr,
    port: u16,
    opts: &McOptions,
) -> Result<UdpSocket>
Expand description

Bind a UDP socket subscribed to the provided multicast group on the interface.