> This typically implies the sender may not be listening on the correct IP > address, I would suggest replacing "eth1" with the IP address you wish to > use.
I got it to work after changing the order of the sockets (and using the IP address of the interface). I had to create the sender (publisher) socket after the subscriber socket. Lost messages get repaired/resent now. My current problem is that I can't get more than about 170 Round-trips between a Windows and a Linux machine. Between two Linux systems I was able to increase the ZMQ_RATE and get about 5000 ping-pong messages across. In the trace output I see that the ZMQ_RATE modifies the 0DATA rate. Jens Krauss-Maffei Wegmann GmbH & Co. KG Sitz der Gesellschaft ist Muenchen Registergericht: Amtsgericht Muenchen, HRA 72 460 Persoenlich haftende Gesellschafterin: Krauss-Maffei Wegmann Verwaltungs GmbH Sitz der Gesellschaft ist Muenchen Registergericht: Amtsgericht Muenchen, HRB 118952 Geschaeftsfuehrer: Dipl.-Ing. Frank Haun (Vorsitzender), Dipl.-Ing. Juergen Weber, Dipl.-Kfm. Horst Rieder Vorsitzender des Aufsichtsrates: Dr. Manfred Bode _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
