Support high water mark on inproc socket connect before bind.

This commit is contained in:
Richard Newton
2013-09-14 17:27:18 +01:00
parent b9c09064d5
commit 7841b0dd0f
6 changed files with 173 additions and 75 deletions

View File

@@ -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.