
6 Jul
2011
6 Jul
'11
1:33 p.m.
(3)It partially works in Windows. i) if I use Sender sending UDP messages to 127.0.0.1, Receiver can get messages ii) if I use Sender sending UDP messages to 192.168.1.137( local address in the network ), Receiver can NOT receive.
My question is:
*How can I get Receiver working on Windows?*
Since it works in loopback (127.0.0.1) but not through the network IP (192.168.1.137), and since you mentioned that you see the packet in wireshark, I would guess this is a firewall issue. Check for firewalls running on your Windows box, which may be blocking UDP traffic on the port you are using.