diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-12-02 21:02:24 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-12-03 21:02:24 +0100 |
commit | b9465c09d8edd630d1c857c238c9a15d0ad5aaa2 (patch) | |
tree | 4e6d004371ccca7fce3c197dd8105c7856897697 | |
parent | 3a4b7b0860420658d4ae323b8a7bf93de4b05f49 (diff) |
Increased maximum value for `max-flows-per-thread` to 65k
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ /* nDPId default config options */ #define nDPId_PIDFILE "/tmp/ndpid.pid" -#define nDPId_MAX_FLOWS_PER_THREAD 4096u +#define nDPId_MAX_FLOWS_PER_THREAD 65535u #define nDPId_MAX_IDLE_FLOWS_PER_THREAD (nDPId_MAX_FLOWS_PER_THREAD / 32u) #define nDPId_MAX_READER_THREADS 32u #define nDPId_ERROR_EVENT_THRESHOLD_N 16u |