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:
Jon Siwek 2018-11-06 09:20:44 -06:00
parent 3d12ea3353
commit c1f02aaa61
4 changed files with 15 additions and 12 deletions

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