mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 04:36:45 +00:00
zebra: Increase the read/write mlag buffer sizes
The read/write mlag buffer sizes of 2k were sufficient for ~100 S,G notifications at one go. Increase to 32k to give us 16 times the space. Ticket: CM-31576 Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
7692744f2c
commit
c19808acad
@ -30,7 +30,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ZEBRA_MLAG_BUF_LIMIT 2048
|
||||
#define ZEBRA_MLAG_BUF_LIMIT 32768
|
||||
#define ZEBRA_MLAG_LEN_SIZE 4
|
||||
|
||||
DECLARE_HOOK(zebra_mlag_private_write_data,
|
||||
|
Loading…
Reference in New Issue
Block a user