I want to send data via a specific network interface
udpSocket->joinMulticastGroup(QHostAddress(Address),
QNetworkInterface::interfaceFromName(iface));
but, data is sending via another network interface. How can I force it to send data by that interface?
It is tested with SmartSniff.