diff options
author | Luca Deri <deri@ntop.org> | 2020-07-29 22:36:27 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-07-29 22:36:27 +0200 |
commit | a828ac01918575b4436828c1ba5154e1674dfc7f (patch) | |
tree | 406ec97a7b5694399da6a6e2d008d995fbf13e54 /src/include/ndpi_define.h.in | |
parent | c4b19fd6c5d7bd5649be4f15a974742d064eb89b (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.in | 2 |
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__ |