On 7 September 2012 10:21, Will Heger <[email protected]> wrote: > From the original post, the test code I'm using (quoted below). > > I have run this producer/consumer pair (different hosts) using the > following variations: > epgm://239.192.1.1:5000 # does not complain, does not deliver > epgm://wlan0;239.192.1.1:5000 # dies with "Assertion failed: rc == > 0" on a machine with a wireless iface > epgm://eth0;239.192.1.1:5000 # dies with "Assertion failed: rc == > 0" on a machine with a wired iface > epgm://192.168.2.1:5000 # sanity check non-multicast IP - > dies "Assertion failed: rc == 0" > > 0MQ 2.2 is a bit limited on reporting PGM errors, this has been improved in the 3.x series. I would suggest building OpenPGM independently with SCons and using the examples within to test network operation and why the network parameter is not working as expected.
https://code.google.com/p/openpgm/downloads/detail?name=libpgm-5.2.121%7Edfsg.tar.gz -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
