[Openvpn-devel] [PATCH] Fix port-share option with TLS-Crypt v2

2020-11-20 Thread Arne Schwabe
The port-share option assumed that all openvpn initial reset packets are between 14 and 255 bytes long. This is not true for tls-crypt-v2. --- src/openvpn/ps.c | 34 ++ 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/src/openvpn/ps.c b/src/openvpn/ps.

Re: [Openvpn-devel] [ovpn-dco] performance issue

2020-11-20 Thread Antonio Quartulli
Hi Tony, Thanks for looking into this. First of all let me say that performance in general is still "work in progress". ovpn-dco is currently undergoing a big restructuring in order to introduce multi-peer support (right now it can only handle one connection). Therefore I will be back investigati