Commit d524c4e1 authored by Martin Sustrik's avatar Martin Sustrik

fix of documentation typo

parent 1c33941b
......@@ -256,7 +256,7 @@ assert (rc);
affinity = 2;
rc = zmq_setsockopt (socket, ZMQ_AFFINITY, &affinity, sizeof affinity);
assert (rc);
rc = zmq_bind (socket, "tcp://lo:5555");
rc = zmq_bind (socket, "tcp://lo:5556");
assert (rc);
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment