aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-04-16 23:21:24 +0200
committerlns <matzeton@googlemail.com>2022-04-16 23:21:24 +0200
commitc283b89afda98fdcee81fe1b9634f10af1077878 (patch)
tree725a3496177903258069a2d11536c348722d79b8 /config.h
parentdb83f82d29df4fd0dfe638fad305366fb265edb8 (diff)
Refactored buffer subsystem.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index e4f90f5d3..2f37bcc8b 100644
--- a/config.h
+++ b/config.h
@@ -39,6 +39,6 @@
/* nDPIsrvd default config options */
#define nDPIsrvd_PIDFILE "/tmp/ndpisrvd.pid"
#define nDPIsrvd_MAX_REMOTE_DESCRIPTORS 32
-#define nDPIsrvd_CACHE_ARRAY_LENGTH 256
+#define nDPIsrvd_MAX_WRITE_BUFFERS 1024
#endif