]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Workaround: make ovpn-dco more reliable
authorArne Schwabe <arne@rfc2549.org>
Thu, 12 Jan 2023 16:37:37 +0000 (17:37 +0100)
committerGert Doering <gert@greenie.muc.de>
Thu, 19 Jan 2023 08:41:03 +0000 (09:41 +0100)
commit74a7cf9b9b9a4cb04d0bff9a85880e9bafbefca8
tree590b368116c22c613000f7f868a03a1335705238
parent99a098e13a427e72ade5ef2812b7ea342ea64aa6
Workaround: make ovpn-dco more reliable

This workaround avoids the kernel trigger ENOBUFS when the kernel
internal queue is overrun with events of disconnectingh clients or
similar. This is a workaround until we come up with a more permanent
solution.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Antonio Quartulli <antonio@openvpn.net>
Message-Id: <20230112163737.1240059-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25988.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit f84a9fc5d4ac0f24912d239a3fccf3701926a50c)
src/openvpn/dco_linux.c