diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-21 15:06:19 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-21 16:17:01 +0200 |
commit | ae36f8df6c418469ca8e39f72791bdb026fbdc38 (patch) | |
tree | 817b6ea82174e2f2b356f83f202fdd6225b7849a /test/configs/default.conf | |
parent | 8c5ee1f7bb7f2dff8959a021283dd200c64a3d2c (diff) |
Added libnDPI global context init/deinit used for cache mgmt.
* support for adding *.ndpiconf for nDPI config tests
* all other configs should have the suffix *.conf
* fixed nDPI malloc/free wrapper set (was already too late set)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/configs/default.conf')
-rw-r--r-- | test/configs/default.conf | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/test/configs/default.conf b/test/configs/default.conf deleted file mode 100644 index 172166666..000000000 --- a/test/configs/default.conf +++ /dev/null @@ -1,21 +0,0 @@ -[general] -compression = true -analysis = true - -[tuning] -max-flows-per-thread = 128 -max-idle-flows-per-thread = 128 -daemon-status-interval = 5000000 -compression-scan-interval = 1000000 -compression-flow-inactivity = 3000000 -flow-scan-interval = 5000001 -generic-max-idle-time = 5000002 -icmp-max-idle-time = 5000002 -tcp-max-idle-time = 5000002 -udp-max-idle-time = 5000002 -tcp-max-post-end-flow-time = 1000000 -max-packets-per-flow-to-send = 5 -max-packets-per-flow-to-process = 8 -max-packets-per-flow-to-analyse = 16 -error-event-threshold-n = 8 -error-event-threshold-time = 1000000 |