I have a Windows 7 machine with 3 Ethernet interfaces.
I created a UDP Socket and bound to INADDR_ANY. When the socket receives a broadcast UDP packet, how to know which network interface received the packets?
I need to get IP address corresponding to the network interface also?