Merge pull request #1842 from donaldsharp/zserv_buffer_size

lib: Increase zapi buffer size
This commit is contained in:
Renato Westphal 2018-03-08 17:27:21 -03:00 committed by GitHub
commit 4012dd8880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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