Re: [Openvpn-devel] [PATCH v2] Remove P2MP mode and check for gettimeofday

2021-04-04 Thread Gert Doering
Hi, On Sat, Apr 03, 2021 at 08:46:26PM +0200, Arne Schwabe wrote: > Using OpenVPN without P2MP support (pull, TLS) is unrealistic and > building a binary without it is not something we realistically want > to support anyway. Building P2MP support now only depends on > HAVE_GETTIMEOFDAY or win32, w

Re: [Openvpn-devel] [PATCH v2] Remove P2MP mode and check for gettimeofday

2021-04-03 Thread Gert Doering
Hi, On Sat, Apr 03, 2021 at 07:28:39PM +, tincantech via Openvpn-devel wrote: > > This also removes the ENABLE_SHAPER and TIME_BACKTRACK_PROTECTION > > defines, which also depend only on the HAVE_GETTIMEOFDAY or WIN32. > > Is this the end of --shaper option ? No. gert -- "If was one thing

Re: [Openvpn-devel] [PATCH v2] Remove P2MP mode and check for gettimeofday

2021-04-03 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Saturday, 3 April 2021 19:46, Arne Schwabe wrote: > Using OpenVPN without P2MP support (pull, TLS) is unrealistic and > building a binary without it is not something we real

[Openvpn-devel] [PATCH v2] Remove P2MP mode and check for gettimeofday

2021-04-03 Thread Arne Schwabe
Using OpenVPN without P2MP support (pull, TLS) is unrealistic and building a binary without it is not something we realistically want to support anyway. Building P2MP support now only depends on HAVE_GETTIMEOFDAY or win32, which has a compat function for it. This also removes the ENABLE_SHAPER and