diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-20 16:14:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 16:14:41 +0100 |
commit | 42d23cff6a87825e6d3bc8e81080e6a9102f7709 (patch) | |
tree | 8987bfac24ff24de845e1a6ae369513c3567740e /example/config.txt | |
parent | 8651ce981149a73df6f2d9d64218ef58a4479c46 (diff) |
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.
Diffstat (limited to 'example/config.txt')
-rw-r--r-- | example/config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |