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 2/4] socket: introduce INDIRECT transport protocol abstraction

2019-01-28 Thread Antonio Quartulli
Hi, On 23/01/2019 03:22, Arne Schwabe wrote: > Am 30.12.18 um 12:28 schrieb Antonio Quartulli: >> From: Robin Tarsiger >> >> This new transport protocol is used to tell the core code that traffic >> should not be directly processed, but should rather be rerouted to a >> transport plugin. It is ba

Re: [Openvpn-devel] [PATCH 1/4] transport: introduce tranport API plugin codebase

2019-01-28 Thread Antonio Quartulli
Hi Arne and thanks for the review! On 23/01/2019 03:03, Arne Schwabe wrote: >> >> +/* >> + * FUNCTION: openvpn_plugin_get_vtab_v1 >> + * > > It would be nice if we also use the docutils style to document the new > functions in this file rather than is this different documentation style. I agre

Re: [Openvpn-devel] [PATCH 4/4] transport-plugin: add sample obfs-test plugin

2019-01-28 Thread Justin Henck via Openvpn-devel
Bumping this as well given the holiday hiatus - it seems like there was feedback on the patches 2 & 3. Does anyone have any feedback for this one? Thanks! Justin Justin Henck Product Manager 212-565-9811 google.com/jigsaw PGP: EA8E 8C27 2D75 974D B357 482B 1039 9F2D 869A 117B On Sun, Dec 30, 2

Re: [Openvpn-devel] [PATCH 0/4] Transport API: offload traffic manipulation to plugins

2019-01-28 Thread Justin Henck via Openvpn-devel
Hi all, I just wanted to bump this to see if there is any feedback on the API? Thanks! Justin Justin Henck Product Manager 212-565-9811 google.com/jigsaw PGP: EA8E 8C27 2D75 974D B357 482B 1039 9F2D 869A 117B On Sun, Dec 30, 2018 at 6:30 AM Antonio Quartulli wrote: > From: Antonio Quartulli