mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
Support high water mark on inproc socket connect before bind.
This commit is contained in:
@@ -112,6 +112,9 @@ namespace zmq
|
||||
// before actual shutdown.
|
||||
void terminate (bool delay_);
|
||||
|
||||
// set the high water marks.
|
||||
void set_hwms (int inhwm_, int outhwm_);
|
||||
|
||||
private:
|
||||
|
||||
// Type of the underlying lock-free pipe.
|
||||
|
||||
Reference in New Issue
Block a user