summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Westphal <renato@openbsd.org>2018-03-08 17:27:21 -0300
committerGitHub <noreply@github.com>2018-03-08 17:27:21 -0300
commit4012dd88800d59e875600b960683b24fc8e3b65d (patch)
tree2d4c8341c625f1655b61460975282af589595cce
parent1708ca553b9dccb4e88fffd867b85f5e51cc0827 (diff)
parentdb4a24ddc1ae04af61e4be40e38c8deeab7639eb (diff)
Merge pull request #1842 from donaldsharp/zserv_buffer_size
lib: Increase zapi buffer size
-rw-r--r--lib/zclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index d91b084e74..e0b39c88e8 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -37,7 +37,7 @@
#include "pw.h"
/* For input/output buffer to zebra. */
-#define ZEBRA_MAX_PACKET_SIZ 4096
+#define ZEBRA_MAX_PACKET_SIZ 16384
/* Zebra header size. */
#define ZEBRA_HEADER_SIZE 10