mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move netbios_ssn_session_timeout to a script-level constant
This commit is contained in:
parent
61f93f9eb6
commit
ed51738668
3 changed files with 11 additions and 6 deletions
|
@ -579,6 +579,10 @@ const io_poll_interval_live = 10 &redef;
|
|||
## while testing, but should be used sparingly.
|
||||
const running_under_test: bool = F &redef;
|
||||
|
||||
## The amount of time before a connection created by the netbios analyzer times
|
||||
## out and is removed.
|
||||
const netbios_ssn_session_timeout: interval = 15 sec &redef;
|
||||
|
||||
module EventMetadata;
|
||||
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue