From: Donald Sharp Date: Wed, 20 May 2015 00:22:34 +0000 (-0700) Subject: Bump default netlink socket buffer size to 4M. X-Git-Tag: frr-2.0-rc1~1565 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b6286c703b76a4a84232151da465ce8d1afb8fcb;p=mirror%2Ffrr.git Bump default netlink socket buffer size to 4M. Signed-off-by: Nolan Leake Reviewed-by: Roopa Prabhu --- diff --git a/zebra/main.c b/zebra/main.c index d7f2a108b0..306468fce3 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -61,7 +61,7 @@ int keep_kernel_mode = 0; #ifdef HAVE_NETLINK /* Receive buffer size for netlink socket */ -u_int32_t nl_rcvbufsize = 0; +u_int32_t nl_rcvbufsize = 4194304; #endif /* HAVE_NETLINK */ /* Command line options. */