mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Since a reorg in the Broker library (commit b04195183) that revamped flow
control and that we pulled in with Zeek 5.0, this setting hasn't done
anything. Broker's endpoint::make_subscriber() and
endpoint::make_status_subscriber() take a queue size argument (with a default
value) that simply gets dropped in the eventual subscriber::make() call. See:
|
||
---|---|---|
.. | ||
__load__.zeek | ||
backpressure.zeek | ||
log.zeek | ||
main.zeek | ||
README | ||
store.zeek |
The Broker communication framework facilitates connecting to remote Zeek instances to share state and transfer events.