do not silently drop messages in publisher if hwm is reached

This commit is contained in:
kreuzberger
2014-08-08 19:36:00 +02:00
parent 446e8efb07
commit d9a3cc48d4
13 changed files with 345 additions and 4 deletions

View File

@@ -118,6 +118,8 @@ namespace zmq
// set the high water marks.
void set_hwms (int inhwm_, int outhwm_);
// check HWM
bool check_hwm ();
// provide a way to link pipe to engine fd. Set on session initialization
fd_t assoc_fd; //=retired_fd
private: