diff options
| author | Renato Westphal <renato@openbsd.org> | 2018-03-08 17:27:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-08 17:27:21 -0300 |
| commit | 4012dd88800d59e875600b960683b24fc8e3b65d (patch) | |
| tree | 2d4c8341c625f1655b61460975282af589595cce | |
| parent | 1708ca553b9dccb4e88fffd867b85f5e51cc0827 (diff) | |
| parent | db4a24ddc1ae04af61e4be40e38c8deeab7639eb (diff) | |
Merge pull request #1842 from donaldsharp/zserv_buffer_size
lib: Increase zapi buffer size
| -rw-r--r-- | lib/zclient.h | 2 |
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 |
