I am using QUdpSocket for reading multicast data coming on my machine My problem is that my machine has two Ethernet interfaces. One having network address 66.25.x.x and other 66.26.x.x I want to read data on both Ethernet interfaces which is coming on port 64010 and multicast group 224.4.7.11.
How to specify which interface to read while joining multicast group in QUdpSocket to read data? Thanks