]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Merge branch 'netlink-buf'
authorTobias Brunner <tobias@strongswan.org>
Wed, 26 Jul 2023 13:15:24 +0000 (15:15 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 26 Jul 2023 13:16:57 +0000 (15:16 +0200)
Fixes an infinite loop if e.g. Netlink event sockets get too many
packets queued and poll() just returns POLLERR for the socket.  Also
increases the default receive buffer size for Netlink sockets to better
support systems with lots of route updates.

Closes strongswan/strongswan#1757


Trivial merge