Problem: set hwm after connect lead to infinite hwm

This commit is contained in:
laplaceyang
2017-01-09 12:34:40 +08:00
parent 77e1792cd8
commit 5adcb83509
3 changed files with 11 additions and 2 deletions

View File

@@ -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_);