]> git.ipfire.org Git - thirdparty/strongswan.git/commit
kernel-netlink: Increase the default receive buffer size
authorTobias Brunner <tobias@strongswan.org>
Fri, 21 Jul 2023 07:34:22 +0000 (09:34 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 26 Jul 2023 13:14:50 +0000 (15:14 +0200)
commit714c939018e24f9ca838f1fe4d4d750de4413b1f
tree8ab697ec3fbf7ca1f33b93731b2aa910d4d9739f
parent0b4735709189f9f3b20f64bce4f38211527fff5b
kernel-netlink: Increase the default receive buffer size

Also simplify how we try to exceed the system-wide maximum.  We basically
just try to force the value and simply fall back to the regular call.
The kernel actually won't let the latter fail if the value is too big,
it just caps it at the internal maximum.
conf/plugins/kernel-netlink.opt
src/libcharon/plugins/kernel_netlink/kernel_netlink_shared.c