zeek/scripts/base/frameworks/broker
Jon Siwek c9fe9a943c Add Broker::max_live_threads and Broker::max_pcap_threads tunables
These may be used to change the number of scheduler threads that the
underlying CAF library creates.  In pcap mode, it's currently hardcoded
to the minimal 4 threads due to potentially significant overhead in CAF.
2018-06-12 13:54:43 -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_live_threads and Broker::max_pcap_threads tunables 2018-06-12 13:54:43 -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.