mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01: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
|
||||
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
|
||||
in the socket internal queue.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user