mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 23:51:04 +08:00
* More info on conflate queue
This commit is contained in:
parent
b0d9a5a2d5
commit
83e1712d67
@ -128,6 +128,10 @@ to be sent. Ignores 'ZMQ_RCVHWM' and 'ZMQ_SNDHWM' options. Does not
|
|||||||
support multi-part messages, in particular, only one part of it is kept
|
support multi-part messages, in particular, only one part of it is kept
|
||||||
in the socket internal queue.
|
in the socket internal queue.
|
||||||
|
|
||||||
|
NOTE: If recv is not called on the inbound socket, the queue and memory will
|
||||||
|
grow with each message received. Use linkzmq:zmq_getsockopt[3] with ZMQ_EVENTS
|
||||||
|
to trigger the conflation of the messages.
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: int
|
Option value type:: int
|
||||||
Option value unit:: boolean
|
Option value unit:: boolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user