mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 13:47:13 +01:00
Problem: modifying pipe from different thread is not safe
Solution: revert change from #2299 to avoid bugs while we look for an alternative and thread-safe solution
This commit is contained in:
@@ -133,9 +133,6 @@ 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