mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 20:59:47 +01:00
do not silently drop messages in publisher if hwm is reached
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user