Re: [Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-08-21 Thread Gert Doering
Hi, On Wed, Aug 21, 2019 at 03:56:50PM +0200, Steffan Karger wrote: > While this sounds like something we'd like to have (i.e, feature-ACK), > this doesn't really explain why this change resolves the issue, nor why > this is the right fix. As a bit of background why I assume this will fix "things

Re: [Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-08-21 Thread Steffan Karger
Hi, On 24-07-19 13:41, Daniel Kaldor wrote: > There is a ~1s delay between establishing connection with remote > server and starting TLS handshake. > This change removes delay and improves connection time. While this sounds like something we'd like to have (i.e, feature-ACK), this doesn't really

Re: [Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-07-24 Thread Antonio Quartulli
Hi, On 24/07/2019 13:57, Gert Doering wrote: > Hi, > > On Wed, Jul 24, 2019 at 01:46:36PM +0200, Antonio Quartulli wrote: >> this patch has been mangled by your e-mail client. >> >> Could you please re-send it using git send-email? > > That seems to have been a false positive on your side... git

Re: [Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-07-24 Thread Gert Doering
Hi, On Wed, Jul 24, 2019 at 01:46:36PM +0200, Antonio Quartulli wrote: > this patch has been mangled by your e-mail client. > > Could you please re-send it using git send-email? That seems to have been a false positive on your side... git applies this patch just fine, so at least here it arrived

Re: [Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-07-24 Thread Antonio Quartulli
Hi, this patch has been mangled by your e-mail client. Could you please re-send it using git send-email? Thanks a lot On 24/07/2019 13:41, Daniel Kaldor wrote: > There is a ~1s delay between establishing connection with remote > server and starting TLS handshake. > This change removes delay and

[Openvpn-devel] [PATCH 1/1] Start TLS after connection established without waiting.

2019-07-24 Thread Daniel Kaldor
There is a ~1s delay between establishing connection with remote server and starting TLS handshake. This change removes delay and improves connection time. --- src/openvpn/forward.c | 61 +++ 1 file changed, 32 insertions(+), 29 deletions(-) diff -