join_multicast

Function join_multicast 

Source
pub fn join_multicast(
    sock: &UdpSocket,
    group: Ipv4Addr,
    iface: &Iface,
) -> Result<()>
Expand description

Subscribe the provided socket to a multicast group on the supplied interface.