mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +00:00
Merge branch 'topic/christian/disconnect-slow-peers'
* topic/christian/disconnect-slow-peers: Bump cluster testsuite to pull in Broker backpressure tests Expand documentation of Broker events. Add sleep() BiF. Add backpressure disconnect notification to cluster.log and via telemetry Remove unneeded @loads from base/misc/version.zeek Add Cluster::nodeid_to_node() helper function Support re-peering with Broker peers that fall behind Add Zeek-level configurability of Broker slow-peer disconnects Bump Broker to pull in disconnect feature and infinite-loop fix No need to namespace Cluster:: functions in their own namespace
This commit is contained in:
commit
1c42bfc715
25 changed files with 331 additions and 19 deletions
|
@ -431,6 +431,7 @@ static std::unordered_map<std::string, unsigned int> func_attrs = {
|
|||
{"skip_further_processing", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"skip_http_entity_data", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"skip_smtp_data", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"sleep", ATTR_NO_SCRIPT_SIDE_EFFECTS},
|
||||
{"split_string", ATTR_FOLDABLE},
|
||||
{"split_string1", ATTR_FOLDABLE},
|
||||
{"split_string_all", ATTR_FOLDABLE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue