mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Revert "Switch frag_timeout from redef to option"
This reverts commit 38259afa8d
.
The change to an option wasn't yet incomplete -- that would
require dynamic lookup of the value at the C++ layer.
This commit is contained in:
parent
3d12ea3353
commit
c1f02aaa61
4 changed files with 15 additions and 12 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
|
||||
## means "forever", which resists evasion, but can lead to state accrual.
|
||||
option frag_timeout = 0.0 sec;
|
||||
const frag_timeout = 0.0 sec &redef;
|
||||
|
||||
## If positive, indicates the encapsulation header size that should
|
||||
## be skipped. This applies to all packets.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue