diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index 93bcc203b7..9e65f0b6c6 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -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. -const frag_timeout = 0.0 sec &redef; +option frag_timeout = 0.0 sec; ## If positive, indicates the encapsulation header size that should ## be skipped. This applies to all packets.