mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Switch frag_timeout from redef to option
This commit is contained in:
parent
93c094fff2
commit
38259afa8d
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ const rpc_timeout = 24 sec &redef;
|
||||||
|
|
||||||
## How long to hold onto fragments for possible reassembly. A value of 0.0
|
## How long to hold onto fragments for possible reassembly. A value of 0.0
|
||||||
## means "forever", which resists evasion, but can lead to state accrual.
|
## means "forever", which resists evasion, but can lead to state accrual.
|
||||||
const frag_timeout = 0.0 sec &redef;
|
option frag_timeout = 0.0 sec;
|
||||||
|
|
||||||
## If positive, indicates the encapsulation header size that should
|
## If positive, indicates the encapsulation header size that should
|
||||||
## be skipped. This applies to all packets.
|
## be skipped. This applies to all packets.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue