Hi,
I have 2 network interface.
I can receive UDP PAckets from both of them.
I need to know from which interface comes a packet. Is it possible?
Thanks
Hi,
I have 2 network interface.
I can receive UDP PAckets from both of them.
I need to know from which interface comes a packet. Is it possible?
Thanks
You can bind a socket to a specific single interface using QUdpSocket::bind(). This way you can have two sockets for two different interfaces.
Bookmarks