0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-29 00:32:34 +08:00
Christian Kamm b9646f2aac Add ZMQ_REQ_REQUEST_IDS option.
* Documentation:
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
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,
user frames...). The REQ socket will discard all incoming messages that don't
begin with these two frames.

* Behavior change: When a REQ socket gets an invalid reply, it used to
  discard the message and return EAGAIN. REQ sockets still discard
  invalid messages, but keep looking at the next one automatically
  until a good one is found or there are no more messages.
* Add test_req_request_ids.
2013-07-26 21:38:21 +02:00
..
2013-07-26 21:38:21 +02:00
2013-05-21 18:52:44 +02:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00
2013-03-12 17:04:51 +01:00