aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-08-27 15:40:43 +0200
committerToni Uhlig <matzeton@googlemail.com>2020-08-27 15:40:43 +0200
commit905d84506ece0ce6612301146f11fe31cea18923 (patch)
tree0e4b63bf03f901fc430253c29d376dd15e82fa6c /config.h
parent93fa7fcabfa1e45319de3538d31f36a8b8f15399 (diff)
Increased network buffer size from 8448 to 9216 with the hope that it might be finally enough.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ed45e3da6..399cd001e 100644
--- a/config.h
+++ b/config.h
@@ -6,7 +6,7 @@
#define DISTRIBUTOR_HOST "127.0.0.1"
#define DISTRIBUTOR_PORT 7000
-#define NETWORK_BUFFER_MAX_SIZE 8448 /* 8192 + 256 */
+#define NETWORK_BUFFER_MAX_SIZE 9216 /* 8192 + 1024 */
/* nDPId default config options */
#define nDPId_PIDFILE "/tmp/ndpid.pid"