From: Ondrej Zajicek (work) Date: Mon, 17 Jan 2022 04:11:29 +0000 (+0100) Subject: Netlink: Add option to specify netlink socket receive buffer size X-Git-Tag: v2.0.9~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ee6cda2e60bbd3d97ab63da30657a54b09feda;p=thirdparty%2Fbird.git Netlink: Add option to specify netlink socket receive buffer size Add option 'netlink rx buffer' to specify netlink socket receive buffer size. Uses SO_RCVBUFFORCE, so it can override rmem_max limit. Thanks to Trisha Biswas and Michal for the original patches. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 0112622e8..f10b15e29 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3248,6 +3248,12 @@ channels. allows to specify a limit on maximal number of nexthops in one route. By default, multipath merging is disabled. If enabled, default value of the limit is 16. + +