From ed1647b9446f84d81d41e8e28ccf063eff97b2f7 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Sun, 13 Mar 2022 02:28:10 +0100 Subject: Disconnect nDPIsrvd clients immediately instead waiting for a failed write(). * nDPIsrvd: Collector/Distributor logging improved * nDPIsrvd: Command line option for max remote descriptors * nDPId: Stop spamming nDPIsrvd Collector with the same events over and over again * nDPId: Refactored some variable names and events Signed-off-by: Toni Uhlig --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') diff --git a/config.h b/config.h index 5542cb631..26e5c6339 100644 --- a/config.h +++ b/config.h @@ -38,6 +38,7 @@ /* nDPIsrvd default config options */ #define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid" +#define nDPIsrvd_MAX_REMOTE_DESCRIPTORS 32 #define nDPIsrvd_CACHE_ARRAY_LENGTH 256 #endif -- cgit v1.2.3