[zeromq-dev] zeromq epgm transport cannot work

邱敏鈴 minling.ann at gmail.com
Mon Jul 2 12:19:20 CEST 2012


hi~

There are some problems when i use the zeromq epgm transport.

My system is ubuntu 12.04.

I have built the source with --with-pgm option.

Problem 1:

zmq_bind(socket, "epgm://eth0;224.0.0.1:5555");
zmq_connect(socket, "epgm://eth0;224.0.0.1:5555");

even i place the eth0 with it's ip address but both sides have error
message:

Assertion failed: res != NULL (pgm_socket.cpp:137)
Abort (core dumped)

Problem 2:

zmq_bind(socket, "epgm://*;224.0.0.1:5555");
zmq_connect(socket, "epgm://*;224.0.0.1:5555")

There are no error message but the receiver side doesn't receive any
messages.

Please help me. I don't know what's wrong.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120702/003158a8/attachment.htm>


More information about the zeromq-dev mailing list