From 905d84506ece0ce6612301146f11fe31cea18923 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 27 Aug 2020 15:40:43 +0200 Subject: Increased network buffer size from 8448 to 9216 with the hope that it might be finally enough. Signed-off-by: Toni Uhlig --- contrib/nDPIsrvd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/nDPIsrvd.py') diff --git a/contrib/nDPIsrvd.py b/contrib/nDPIsrvd.py index c5a0b5e8f..8e91eab04 100644 --- a/contrib/nDPIsrvd.py +++ b/contrib/nDPIsrvd.py @@ -8,7 +8,7 @@ import socket DEFAULT_HOST = '127.0.0.1' DEFAULT_PORT = 7000 NETWORK_BUFFER_MIN_SIZE = 5 -NETWORK_BUFFER_MAX_SIZE = 8448 +NETWORK_BUFFER_MAX_SIZE = 9216 # Please keep this value in sync with the one in config.h PKT_TYPE_ETH_IP4 = 0x0800 PKT_TYPE_ETH_IP6 = 0x86DD -- cgit v1.2.3