mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:46:45 +00:00
Merge pull request #1842 from donaldsharp/zserv_buffer_size
lib: Increase zapi buffer size
This commit is contained in:
commit
4012dd8880
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user