JUCE
JUCE copied to clipboard
Fix Multicast on machines with multiple network interfaces
trafficstars
To receive Multicast packets on available network interfaces it's necessary to join the multicast group on all network interfaces individually. Currently it's not possible to control which network interface will receive multicast packets. On different macOS machines it can either be the WiFi or wired interface. This leads to issues on machines with multiple network interfaces.