From 4e7e361d84287607391e43207f9fd3b58e958a11 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 20 May 2025 11:05:53 +0200 Subject: bump libnDPI to f8869cd670adc439cc41bde0bd04960e1befafc5 * fix API issue due to changed name of a public struct Signed-off-by: Toni Uhlig --- schema/daemon_event_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'schema') diff --git a/schema/daemon_event_schema.json b/schema/daemon_event_schema.json index c268e7b13..0fe6dab36 100644 --- a/schema/daemon_event_schema.json +++ b/schema/daemon_event_schema.json @@ -71,8 +71,8 @@ }, "size_per_flow": { "type": "number", - "minimum": 1400, - "maximum": 1500 + "minimum": 1384, + "maximum": 1400 }, "max-flows-per-thread": { -- cgit v1.2.3