From ae36f8df6c418469ca8e39f72791bdb026fbdc38 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Mon, 21 Oct 2024 15:06:19 +0200 Subject: 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 --- test/configs/caches_cfg.ndpiconf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/configs/caches_cfg.ndpiconf (limited to 'test/configs/caches_cfg.ndpiconf') diff --git a/test/configs/caches_cfg.ndpiconf b/test/configs/caches_cfg.ndpiconf new file mode 100644 index 000000000..8b86b2c84 --- /dev/null +++ b/test/configs/caches_cfg.ndpiconf @@ -0,0 +1,3 @@ +[ndpi] +lru.ookla.size=0 +lru.msteams.ttl=1 -- cgit v1.2.3