aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-12-05 18:38:20 +0100
committerLuca Deri <deri@ntop.org>2024-12-05 18:38:20 +0100
commit4361327e06d87bdcd7d92f116d883c69a54fd708 (patch)
treefedfed04673f8f80be80fbbb9335226d4c6b3586
parent83ce341796197822e2cde8576a8290c8f87a726a (diff)
Changed serializer buffer size to 256 bytes
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 75dada5f5..b7b0d525a 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1698,7 +1698,7 @@ typedef enum {
} ndpi_serialization_type;
#define NDPI_SERIALIZER_DEFAULT_HEADER_SIZE 1024
-#define NDPI_SERIALIZER_DEFAULT_BUFFER_SIZE 8192
+#define NDPI_SERIALIZER_DEFAULT_BUFFER_SIZE 256
#define NDPI_SERIALIZER_DEFAULT_BUFFER_INCR 1024
#define NDPI_SERIALIZER_STATUS_COMMA (1 << 0)