index
:
ndpi-daemon.git
Tiny nDPI based deep packet inspection daemons / toolkit.
log msg
author
committer
range
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
about
summary
refs
log
tree
commit
diff
path:
root
/
config.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
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