Re: [Openvpn-devel] [PATCH 5/7] Remove support for blocking connect()

2021-04-21 Thread Arne Schwabe
Am 21.04.21 um 22:32 schrieb Gert Doering: > Hi, > > On Wed, Apr 21, 2021 at 03:43:46PM +0200, Arne Schwabe wrote: >> It is hard to imagine that we still have any supported OS that does >> not support non-blocking connect while still supporting non-blocking >> sockets in general. > [..] >> diff --

Re: [Openvpn-devel] [PATCH 5/7] Remove support for blocking connect()

2021-04-21 Thread Gert Doering
Hi, On Wed, Apr 21, 2021 at 03:43:46PM +0200, Arne Schwabe wrote: > It is hard to imagine that we still have any supported OS that does > not support non-blocking connect while still supporting non-blocking > sockets in general. [..] > diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h > i

[Openvpn-devel] [PATCH 5/7] Remove support for blocking connect()

2021-04-21 Thread Arne Schwabe
It is hard to imagine that we still have any supported OS that does not support non-blocking connect while still supporting non-blocking sockets in general. Signed-off-by: Arne Schwabe --- src/openvpn/socket.c | 8 src/openvpn/syshead.h | 11 --- 2 files changed, 19 deletions(