]> git.ipfire.org Git - thirdparty/strongswan.git/commit
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)
commit006839b06ae69845d16429d177285f38bc404a9d
tree8e1307494aa1f390166f26923fc809bcf29b15b8
parent0b4735709189f9f3b20f64bce4f38211527fff5b
parentba9228ab00c4babb4272da9d97f1c4179fc1e85f
Merge branch 'netlink-buf'

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