mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-04 07:27:26 +01:00
fix of documentation typo
This commit is contained in:
parent
1c33941be9
commit
d524c4e15d
@ -256,7 +256,7 @@ assert (rc);
|
|||||||
affinity = 2;
|
affinity = 2;
|
||||||
rc = zmq_setsockopt (socket, ZMQ_AFFINITY, &affinity, sizeof affinity);
|
rc = zmq_setsockopt (socket, ZMQ_AFFINITY, &affinity, sizeof affinity);
|
||||||
assert (rc);
|
assert (rc);
|
||||||
rc = zmq_bind (socket, "tcp://lo:5555");
|
rc = zmq_bind (socket, "tcp://lo:5556");
|
||||||
assert (rc);
|
assert (rc);
|
||||||
----
|
----
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user