mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-1991: Add option to limit the number of tunnel_changed events
This commit is contained in:
parent
4deacefa4c
commit
a9fd4a60e0
5 changed files with 21 additions and 1 deletions
|
@ -403,6 +403,13 @@ export {
|
|||
## cross-references the *uid* field of :zeek:type:`connection`.
|
||||
uid: string &optional;
|
||||
} &log;
|
||||
|
||||
## The number of tunnel_changed events that will be sent for a connection. Once this
|
||||
## limit is hit, no more of those events will be sent to avoid a large number of events
|
||||
## being sent for connections that regularly swap. This can be set to zero to disable
|
||||
## this limiting.
|
||||
const max_changes_per_connection: count = 5 &redef;
|
||||
|
||||
} # end export
|
||||
module GLOBAL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue