Move netbios_ssn_session_timeout to a script-level constant

This commit is contained in:
Tim Wojtulewicz 2025-06-06 14:06:07 -07:00
parent 61f93f9eb6
commit ed51738668
3 changed files with 11 additions and 6 deletions

View file

@ -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 {