]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove support for blocking connect()
authorArne Schwabe <arne@rfc2549.org>
Mon, 3 May 2021 10:58:50 +0000 (12:58 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 3 May 2021 12:37:28 +0000 (14:37 +0200)
commit2ec5e1cae681a83992b09b4c6e690b014d4cc340
tree28c6454d4e177b949522c1f9a0101a4cdb7df374
parentf17d529c6635eabba61a054b64603b573ad5dbeb
Remove support for blocking connect()

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.
Patch V3: remove another instance in socket.c that I misseds in v1

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