aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_define.h.in
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2020-07-29 22:36:27 +0200
committerLuca Deri <deri@ntop.org>2020-07-29 22:36:27 +0200
commita828ac01918575b4436828c1ba5154e1674dfc7f (patch)
tree406ec97a7b5694399da6a6e2d008d995fbf13e54 /src/include/ndpi_define.h.in
parentc4b19fd6c5d7bd5649be4f15a974742d064eb89b (diff)
Tiny changes for TLS block lenght dissection
Diffstat (limited to 'src/include/ndpi_define.h.in')
-rw-r--r--src/include/ndpi_define.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 9c1c0c169..990f84bf4 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -353,7 +353,7 @@
#define NDPI_OPTIMAL_HLL_NUM_BUCKETS 16
-#define NDPI_MAX_NUM_DISSECTED_TLS_BLOCKS 32
+#define NDPI_MAX_NUM_TLS_APPL_BLOCKS 8
#ifdef __APPLE__