From 42d23cff6a87825e6d3bc8e81080e6a9102f7709 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Sat, 20 Jan 2024 16:14:41 +0100 Subject: config: follow-up (#2268) Some changes in the parameters names. Add a fuzzer to fuzz the configuration file format. Add the infrastructure to configuratin callbacks. Add an helper to map LRU cache indexes to names. --- example/config.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/config.txt') diff --git a/example/config.txt b/example/config.txt index 95b66b1b6..bf48e22b8 100644 --- a/example/config.txt +++ b/example/config.txt @@ -5,8 +5,8 @@ #See doc/configuration_parameters.md for a complete list and description of all the accepted knobs packets_limit_per_flow,32 -ookla,aggressiveness,0x1 -tls,metadata.sha1_fingerprint.enable,1 +ookla,dpi.aggressiveness,0x1 +tls,metadata.sha1_fingerprint,1 lru.bittorrent.ttl,0 -- cgit v1.2.3