[Openvpn-devel] Topics for the community meeting (Wed, 24th Oct 2018)

2018-10-23 Thread Samuli Seppänen
Hi, We're going to have an IRC meeting starting at 11:30 CEST (9:30 UTC) on #openvpn-meeting irc.freenode.net. You do not have to be logged in to Freenode to join the channel. Current topic list along with basic information is here:

Re: [Openvpn-devel] [PATCH applied] Re: Introduce openvpn_swprintf() with nul termination guarantee

2018-10-23 Thread Selva Nair
On Mon, Oct 22, 2018 at 2:38 PM Gert Doering wrote: > > Your patch has been applied to the master branch. > > I'm not sure I totally like the change to buffer.c/tun.c - for the > single instance where this is called inside openvpn/tun.c, on WIN32, > we now carry around a new function in buffer.c w

[Openvpn-devel] [PATCH] Wrap openvpn_swprintf into Windows define

2018-10-23 Thread Lev Stipakov
From: Lev Stipakov Commit 43a5a4f3b4e411419639c195fee8a76495fdc88e added vswprintf() call which turned to me missing in OpenBSD 4.9. Since that call is inside openvpn_swprintf() function which is only used by Windows, wrap that function info #ifdef _WIN32. Signed-off-by: Lev Stipakov --- src/

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

2018-10-23 Thread Rostyslav Maryliak
Dear John and Selva, I've tried almost all advises I was able to find in Internet but still no luck. Also, I've tried to test this hacky tap-adapter from jkunkee. I was able to build the tapinstall itself, but failed to add new adapter with it. Are you able to recreate my scenario and confirm the

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

2018-10-23 Thread Selva Nair
On Tue, Oct 23, 2018 at 6:37 PM Rostyslav Maryliak wrote: > > Dear John and Selva, > > I've tried almost all advises I was able to find in Internet but still no > luck. > Also, I've tried to test this hacky tap-adapter from jkunkee. I was able to > build the tapinstall itself, but failed to add