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.
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to