mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Clarified HWM=0 means infinite
This commit is contained in:
parent
f1738b9b92
commit
16f8ea3e95
@ -60,7 +60,8 @@ ZMQ_SNDHWM: Retrieves high water mark for outbound messages
|
||||
The 'ZMQ_SNDHWM' option shall return the high water mark for outbound messages
|
||||
on the specified 'socket'. The high water mark is a hard limit on the maximum
|
||||
number of outstanding messages 0MQ shall queue in memory for any single peer
|
||||
that the specified 'socket' is communicating with.
|
||||
that the specified 'socket' is communicating with. A value of zero means no
|
||||
limit.
|
||||
|
||||
If this limit has been reached the socket shall enter an exceptional state and
|
||||
depending on the socket type, 0MQ shall take appropriate action such as
|
||||
@ -80,7 +81,8 @@ ZMQ_RCVHWM: Retrieve high water mark for inbound messages
|
||||
The 'ZMQ_RCVHWM' option shall return the high water mark for inbound messages on
|
||||
the specified 'socket'. The high water mark is a hard limit on the maximum
|
||||
number of outstanding messages 0MQ shall queue in memory for any single peer
|
||||
that the specified 'socket' is communicating with.
|
||||
that the specified 'socket' is communicating with. A value of zero means no
|
||||
limit.
|
||||
|
||||
If this limit has been reached the socket shall enter an exceptional state and
|
||||
depending on the socket type, 0MQ shall take appropriate action such as
|
||||
|
@ -31,7 +31,8 @@ ZMQ_SNDHWM: Set high water mark for outbound messages
|
||||
The 'ZMQ_SNDHWM' option shall set the high water mark for outbound messages on
|
||||
the specified 'socket'. The high water mark is a hard limit on the maximum
|
||||
number of outstanding messages 0MQ shall queue in memory for any single peer
|
||||
that the specified 'socket' is communicating with.
|
||||
that the specified 'socket' is communicating with. A value of zero means no
|
||||
limit.
|
||||
|
||||
If this limit has been reached the socket shall enter an exceptional state and
|
||||
depending on the socket type, 0MQ shall take appropriate action such as
|
||||
@ -55,7 +56,8 @@ ZMQ_RCVHWM: Set high water mark for inbound messages
|
||||
The 'ZMQ_RCVHWM' option shall set the high water mark for inbound messages on
|
||||
the specified 'socket'. The high water mark is a hard limit on the maximum
|
||||
number of outstanding messages 0MQ shall queue in memory for any single peer
|
||||
that the specified 'socket' is communicating with.
|
||||
that the specified 'socket' is communicating with. A value of zero means no
|
||||
limit.
|
||||
|
||||
If this limit has been reached the socket shall enter an exceptional state and
|
||||
depending on the socket type, 0MQ shall take appropriate action such as
|
||||
|
Loading…
x
Reference in New Issue
Block a user