mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Problem: set hwm after connect lead to infinite hwm
This commit is contained in:
@@ -133,6 +133,9 @@ namespace zmq
|
||||
// Set the high water marks.
|
||||
void set_hwms (int inhwm_, int outhwm_);
|
||||
|
||||
// Set the high water marks for peer.
|
||||
void set_peer_hwms (int inhwm_, int outhwm_);
|
||||
|
||||
// Set the boost to high water marks, used by inproc sockets so total hwm are sum of connect and bind sockets watermarks
|
||||
void set_hwms_boost(int inhwmboost_, int outhwmboost_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user