[Openvpn-devel] test

2019-12-03 Thread Lev Stipakov
Test --- Lev Stipakov OpenVPN Inc. ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Getting help in testing Wintun support

2019-12-03 Thread Lev Stipakov
Hello, We at openvpn community are in the middle of reviewing wintun support patches. Wintun is an alternative tun driver for Windows (https://www.wintun.net/), which performs significantly faster in comparison to existing tap-windows6 driver. While we could stare at the code, it won’t replace

[Openvpn-devel] Community meetings in December 2019

2019-12-03 Thread Samuli Seppänen
Hi, Our community meetings will alternate between Wed 11:30 CET and Thu 20:00 CET. Next meetings have been scheduled to - Thu 5th December 20:00 CET - Wed 11th December 11:30 CET - Thu 19th December 20:00 CET The place is #openvpn-meeting IRC channel at Freenode. Meeting agendas and summaries a

Re: [Openvpn-devel] [PATCH v4 01/13] client-connect: Split multi_connection_established into separate functions

2019-12-03 Thread Antonio Quartulli
Hi, On 21/11/2018 11:10, Arne Schwabe wrote: > From: Fabian Knittel > > This patch splits up the multi_connection_established() function. Each new > helper function does a specific job. Functions that do a similar job receive > a > similar calling interface. > > The patch tries not to reinde

Re: [Openvpn-devel] [PATCH v4 02/13] client-connect: Refactor multi_client_connect_source_ccd

2019-12-03 Thread Antonio Quartulli
Hi, On 21/11/2018 11:10, Arne Schwabe wrote: > From: Fabian Knittel > > Refactor multi_client_connect_source_ccd(), so that options_server_import() > (or > the success path in general) is only entered in one place within the function. > > Signed-off-by: Fabian Knittel > Signed-off-by: Arne Sc

Re: [Openvpn-devel] [PATCH v4 03/13] client-connect: Move multi_client_connect_setenv into early_setup

2019-12-03 Thread Antonio Quartulli
Hi, On 21/11/2018 11:10, Arne Schwabe wrote: > From: Fabian Knittel > > This patch moves multi_client_connect_setenv into > multi_client_connect_early_setup and makes sure that every client-connect > handling function updates the virtual address selection. > Can you elaborate a bit more please