diff options
author | lns <matzeton@googlemail.com> | 2022-04-16 23:21:24 +0200 |
---|---|---|
committer | lns <matzeton@googlemail.com> | 2022-04-16 23:21:24 +0200 |
commit | c283b89afda98fdcee81fe1b9634f10af1077878 (patch) | |
tree | 725a3496177903258069a2d11536c348722d79b8 /config.h | |
parent | db83f82d29df4fd0dfe638fad305366fb265edb8 (diff) |
Refactored buffer subsystem.
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |