mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
cluster/zeromq: Move variable lookups from DoInit() to DoInitPostScript()
This commit is contained in:
parent
540d9da5ef
commit
ba7b605a97
3 changed files with 10 additions and 7 deletions
|
@ -134,12 +134,12 @@ export {
|
|||
## Do not silently drop messages if high-water-mark is reached.
|
||||
##
|
||||
## Whether to configure ``ZMQ_XPUB_NODROP`` on the XPUB socket
|
||||
## to detect when sending a message fails due to reaching
|
||||
## the high-water-mark.
|
||||
## connecting to the proxy to detect when sending a message fails
|
||||
## due to reaching the high-water-mark.
|
||||
##
|
||||
## See ZeroMQ's `ZMQ_XPUB_NODROP documentation <http://api.zeromq.org/4-2:zmq-setsockopt#toc61>`_
|
||||
## for more details.
|
||||
const xpub_nodrop: bool = T &redef;
|
||||
const connect_xpub_nodrop: bool = T &redef;
|
||||
|
||||
## Do not silently drop messages if high-water-mark is reached.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue