]> git.ipfire.org Git - thirdparty/openvpn.git/commit
dco: remove dco_read/write_bytes from dco_context_t master
authorRalf Lici <ralf@mandelbit.com>
Fri, 17 Oct 2025 20:58:31 +0000 (22:58 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 19 Oct 2025 17:10:37 +0000 (19:10 +0200)
commit3e76d8f8a475d08bcb50321e742a06c53e19d45d
treea1b1164aa5f52f2e5fde9cabecdd341dbf2c24f0
parentbf01a965dfbfc2651eaf3dbe4d37da74f3071628
dco: remove dco_read/write_bytes from dco_context_t

Remove dco_read_bytes and dco_write_bytes from all dco_context_t
structures, as peer statistics are now stored directly in the
corresponding c2 fields across all DCO interfaces.

Change-Id: I61f9d9bb26112eac0c0a47cb9d17982b075887ff
Signed-off-by: Ralf Lici <ralf@mandelbit.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1276
Message-Id: <20251017205837.8553-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg33431.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/dco_freebsd.h
src/openvpn/dco_linux.h
src/openvpn/dco_win.h
src/openvpn/multi.c