Subject: Re: [boost] how to receive UDP in Windows using boost::asio@boost1.46.0
From: Brad Higgins (bhiggins_at_[hidden])
Date: 2011-07-06 09:33:01


> (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.