zeek/scripts/base/frameworks/broker
Jon Siwek e578c1c231 Add Broker::max_threads and Broker::max_sleep tuning options
The former replaces the pcap vs. live versions of the same tuning
option.  If a user does not change these, Bro makes some internal
decisions that may help avoid performance problems on systems with high
core counts: the number of CAF threads is capped at 8 and the maximum
sleep duration for under-utilized threads is increased to 64ms (CAF's
default is 10ms).
2018-06-14 12:57:23 -05:00
..
__load__.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
log.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00
main.bro Add Broker::max_threads and Broker::max_sleep tuning options 2018-06-14 12:57:23 -05:00
README Add missing documentation on the "Bro Package Index" page 2015-06-02 10:00:00 -05:00
store.bro Merge topic/actor-system throug a squashed commit. 2018-05-18 22:39:23 +00:00

The Broker communication framework facilitates connecting to remote Bro
instances to share state and transfer events.