mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-21 02:00:36 +01:00
Fixed typo in documentation about zmq_proxy_steerable()
This commit is contained in:
parent
a0bde50887
commit
3535a1d7ea
@ -62,7 +62,7 @@ assert (zmq_connect (control, "tcp://*:5557") == 0);
|
|||||||
assert (zmq_setsockopt (control, ZMQ_SUBSCRIBE, "", 0));
|
assert (zmq_setsockopt (control, ZMQ_SUBSCRIBE, "", 0));
|
||||||
// Start the queue proxy, which runs until ETERM or "TERMINATE" received on
|
// Start the queue proxy, which runs until ETERM or "TERMINATE" received on
|
||||||
the control socket
|
the control socket
|
||||||
zmq_proxy (frontend, backend, NULL, control);
|
zmq_proxy_steerable (frontend, backend, NULL, control);
|
||||||
----
|
----
|
||||||
.Set up a controller in another node, process or whatever
|
.Set up a controller in another node, process or whatever
|
||||||
----
|
----
|
||||||
|
Loading…
x
Reference in New Issue
Block a user