summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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 4ae7e221d..c60780447 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@
#define DISTRIBUTOR_HOST "127.0.0.1"
#define DISTRIBUTOR_PORT 7000
-#define NETWORK_BUFFER_MAX_SIZE 9216 /* 8192 + 1024 */
+#define NETWORK_BUFFER_MAX_SIZE 9728 /* 8192 + 1024 + 512 */
/* nDPId default config options */
#define nDPId_PIDFILE "/tmp/ndpid.pid"