Re: [Openvpn-devel] Slow outbound network speed for Windows Server 2016 only via the OpenVPN tunnel

2019-01-21 Thread Rostyslav Maryliak
Dear All, Is there any update on a new OpenVPN 3 for Windows ETA? Or at least ETA for implementing missing OIDs in the tap driver? On Thu, Oct 25, 2018 at 12:12 AM Rostyslav Maryliak < rostyslav.maryl...@idealscorp.com> wrote: > Dear tincanteksup, > > Yes, Samuli is correct. It is impossible to

Re: [Openvpn-devel] Slow outbound network speed for Windows Server 2016 only via the OpenVPN tunnel

2019-01-21 Thread Gert Doering
Hi, On Mon, Jan 21, 2019 at 02:58:06PM +0200, Rostyslav Maryliak wrote: > Is there any update on a new OpenVPN 3 for Windows ETA? Or at least ETA for > implementing missing OIDs in the tap driver? Steve seems to be making good progress with ironing out the remaining wrinkles. So, tentatively, "M

Re: [Openvpn-devel] Slow outbound network speed for Windows Server 2016 only via the OpenVPN tunnel

2019-01-21 Thread Rostyslav Maryliak
Dear Gert, Thank you for the update. On Mon, Jan 21, 2019 at 4:27 PM Gert Doering wrote: > Hi, > > On Mon, Jan 21, 2019 at 02:58:06PM +0200, Rostyslav Maryliak wrote: > > Is there any update on a new OpenVPN 3 for Windows ETA? Or at least ETA > for > > implementing missing OIDs in the tap drive

[Openvpn-devel] [PATCH v2] Fix broken fragment/mssfix with NCP

2019-01-21 Thread Lev Stipakov
From: Lev Stipakov NCP negotiation replaces worst cast crypto overhead with actual one in data channel frame. That frame params are used by mssfix. Fragment frame still contains worst case overhead. Because of that TCP packets are fragmented, since MSS value exceeds max fragment size. Fix by re