]> git.puffer.fish Git - mirror/frr.git/commitdiff
Bump default netlink socket buffer size to 4M.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:22:34 +0000 (17:22 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 00:22:34 +0000 (17:22 -0700)
Signed-off-by: Nolan Leake <nolan@cumulusnetworks.com>
Reviewed-by: Roopa Prabhu <roopa@cumulusnetworks.com>
zebra/main.c

index d7f2a108b053e910fb5ac8d190f6d21b6f4a3be7..306468fce342e457468913d36be91c6e7230c554 100644 (file)
@@ -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. */