Re: [Openvpn-devel] [PATCH] Persist DCO client data channel traffic stats on restart

2022-12-16 Thread Lev Stipakov
Hi, That was fast! > Tested on Windows which is the only platform that currently > supports stats from DCO in client mode. Would be nice to have a comment (in code maybe?) that: DCO resets stats on reconnect. Since client expects stats to be preserved across reconnects, we need to save DCO stat

[Openvpn-devel] [PATCH] Persist DCO client data channel traffic stats on restart

2022-12-15 Thread selva . nair
From: Selva Nair Signed-off-by: Selva Nair --- Tested on Windows which is the only platform that currently supports stats from DCO in client mode. src/openvpn/init.c| 11 +++ src/openvpn/init.h| 2 ++ src/openvpn/manage.c | 9 + src/openvpn/manage.h | 3 +++ src/o