mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
typo fix: RECVHWM -> RCVHWM
This commit is contained in:
parent
9c6aa1e9e0
commit
e71dfd13d7
@ -97,7 +97,7 @@ ZMQ_CONFLATE: Keep only last message
|
|||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
If set, a socket shall keep only one message in its inbound/outbound
|
If set, a socket shall keep only one message in its inbound/outbound
|
||||||
queue, this message being the last message received/the last message
|
queue, this message being the last message received/the last message
|
||||||
to be sent. Ignores 'ZMQ_RECVHWM' and 'ZMQ_SENDHWM' options. Does not
|
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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user