]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Signal USR1 when connection initialising fails
authorArne Schwabe <arne@rfc2549.org>
Wed, 30 Nov 2022 16:57:12 +0000 (17:57 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 30 Nov 2022 20:34:15 +0000 (21:34 +0100)
commit8187bbba5cdfa46fec2595f5f05384fd77eb5714
treed9ea35c1c76f3fbb981d25b7b7315f539e91bf1d
parentcde3edb132abd5091b2fbee83c0af43ee4e6e009
Signal USR1 when connection initialising fails

When we fail initialisation the connection (e.g. P2P cipher NCP), we have
a non-working connection. Even though previous version would then stay in
this state, it does not really make sense to be in this state until the
keepalive timeout expires and triggers a USR1 anyway.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20221130165712.159683-1-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25596.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/forward.c