]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: use SO_RCVBUFFORCE for netlink socket
authorUlrich Weber <ulrich.weber@Sophos.com>
Tue, 22 Jan 2013 10:39:18 +0000 (10:39 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sat, 23 Feb 2013 17:19:24 +0000 (18:19 +0100)
commitf1ef81b2476ea533ac3d2129aa0e89653c427323
tree107bc07162b377b16af43d59cca4ce1a82a747f0
parent66b63aa036c75737c3a8cea9693eff4dec84f903
zebra: use SO_RCVBUFFORCE for netlink socket

so net.core.rmem_max must not be adjusted. Requires
linux kernel >= 2.6.14, falls back to SO_RCVBUF on error

Signed-off-by: Ulrich Weber <ulrich.weber@sophos.com>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/zebra.8
zebra/rt_netlink.c