mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-18 17:36:57 +00:00
Merge pull request #60 from GreatFruitOmsk/master
Fix documentation of the ZMQ_REQ_CORRELATE option.
This commit is contained in:
commit
7f45c052c4
@ -533,7 +533,7 @@ ZMQ_REQ_CORRELATE: match replies with requests
|
|||||||
The default behavior of REQ sockets is to rely on the ordering of messages to
|
The default behavior of REQ sockets is to rely on the ordering of messages to
|
||||||
match requests and responses and that is usually sufficient. When this option
|
match requests and responses and that is usually sufficient. When this option
|
||||||
is set to 1, the REQ socket will prefix outgoing messages with an extra frame
|
is set to 1, the REQ socket will prefix outgoing messages with an extra frame
|
||||||
containing a request id. That means the full message is (request id, 0,
|
containing a request id. That means the full message is (request id, identity, 0,
|
||||||
user frames...). The REQ socket will discard all incoming messages that don't
|
user frames...). The REQ socket will discard all incoming messages that don't
|
||||||
begin with these two frames.
|
begin with these two frames.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user