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

@@ -179,6 +179,9 @@ namespace zmq
// close socket. Default is 30 secs. 0 means no handshake timeout.
int handshake_ivl;
// flag if PUB socket should block if reaching HWM
bool pubWait;
};
}