Re: [Openvpn-devel] [PATCH 1/4] Handle (DCO) timeouts in client mode

2022-05-09 Thread Antonio Quartulli
Hi, On 29/04/2022 19:02, Kristof Provost via Openvpn-devel wrote: From: Kristof Provost Handle the DCO driver telling us that the peer went away, even if we're not running in multi-instance mode. Signed-off-by: Kristof Provost I squashed this change in the dco branch. Thanks a lot! Regar

[Openvpn-devel] [PATCH 1/4] Handle (DCO) timeouts in client mode

2022-04-29 Thread Kristof Provost via Openvpn-devel
From: Kristof Provost Handle the DCO driver telling us that the peer went away, even if we're not running in multi-instance mode. Signed-off-by: Kristof Provost --- src/openvpn/forward.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/openvpn/forward.c b/src/openvpn/forward.c in