Re: [Openvpn-devel] [PATCH 3/4] options: add support for --transport-plugin

2019-01-28 Thread Antonio Quartulli
Hi, On 23/01/2019 03:27, Arne Schwabe wrote: > Am 30.12.18 um 12:29 schrieb Antonio Quartulli: >> From: Robin Tarsiger >> >> Add a new config option to allow the user to specify a transport plugin >> implementing the new API. This plugin can be used to manipulate traffic >> in any way, as designe

Re: [Openvpn-devel] [PATCH 3/4] options: add support for --transport-plugin

2019-01-22 Thread Arne Schwabe
Am 30.12.18 um 12:29 schrieb Antonio Quartulli: > From: Robin Tarsiger > > Add a new config option to allow the user to specify a transport plugin > implementing the new API. This plugin can be used to manipulate traffic > in any way, as designed by the plugin developer. > > The fondamental adva

[Openvpn-devel] [PATCH 3/4] options: add support for --transport-plugin

2018-12-30 Thread Antonio Quartulli
From: Robin Tarsiger Add a new config option to allow the user to specify a transport plugin implementing the new API. This plugin can be used to manipulate traffic in any way, as designed by the plugin developer. The fondamental advantage of this plugin is that the core codebase does not need t