Re: [Openvpn-devel] [PATCH v2 4/6] Remove support for blocking connect()

2021-05-02 Thread Gert Doering
Hi, On Thu, Apr 22, 2021 at 05:29:37PM +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. > > Patch V2: remove epoll.h removal that should have been in other

[Openvpn-devel] [PATCH v2 4/6] Remove support for blocking connect()

2021-04-22 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. Patch V2: remove epoll.h removal that should have been in other patch. Signed-off-by: Arne Schwabe --- src/openvpn/socket.c | 8