Switch frag_timeout from redef to option

This commit is contained in:
Vlad Grigorescu 2018-11-05 13:27:49 -06:00
parent 93c094fff2
commit 38259afa8d

View file

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