From 4361327e06d87bdcd7d92f116d883c69a54fd708 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 5 Dec 2024 18:38:20 +0100 Subject: Changed serializer buffer size to 256 bytes --- src/include/ndpi_typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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) -- cgit v1.2.3