Hello,

A minor point, which never-the-less caused me some trouble until I grasped
the use case for the forwarder model.

The man page for zmq_device(3) <http://api.zeromq.org/2-0-8:zmq-device>, for
ZMQ version 2.0.8 (and possibly other version), has what I believe to be a
typo.

//  Connect frontend to publisher
> assert (zmq_bind (frontend, "tcp://192.68.55.112:4444") == 0);



I take it that zmq_bind ought to instead say zmq_connect.

Hope this is useful to somebody.

Max Englander
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to