Releases: OpenVPN/ovpn-dco-win
Releases · OpenVPN/ovpn-dco-win
0.8.3
Fix stats reporting - report TransportBytesSent for sent data channel packets - report TransportBytesReceived only for received control channel packets Control channel packets are sent to userspace and accounted there. Bump version to 0.8.3 Signed-off-by: Lev Stipakov <[email protected]>
0.8.2
0.8.1
0.8.0
0.7.6
Full Changelog: 0.7.4...0.7.6
0.7.4
What's Changed
- Adapter lifecycle by @lstipakov in #15
- Remove NetAdapterStop() call by @lstipakov in #16
Full Changelog: 0.7.1...0.7.4
0.7.1
Add RX checksum offload support for Win11 version Indicate RX checksum offload and set validation result always as valid thus saving some CPU cycles on software validation. Since we have authenticated encryption, we can be sure that checksums weren't altered on the wire. Before NetAdapterCx 2.1, checksum offload support indication doesn't distinguish between TX and RX. This means if we want to indicate RX checksum offload, we have to calculate checkums on TX path, too. Complexity of TX checksum calculation doesn't justify performace gain, so additional Debug/Release-Win11 build configurations were created which target NetAdapterCx 2.1 and newer. This can be used on Windows 11 and Windows Server 2022 (kernel 10.0.20348 and newer). Signed-off-by: Lev Stipakov <[email protected]>
0.6.8
What's Changed
- Pool refactoring by @lstipakov in #11
Full Changelog: 0.6.7...0.6.8
0.6.7
Add ChaCha20-Poly1305 cipher algorithm Latest WDK includes compile-time support for it, and it is available in runtime starting from Windows 11. While on it, add missing BCryptCloseAlorighmProvider calls. Bump version to 0.6.7. Signed-off-by: Lev Stipakov <[email protected]>
0.6.5
build_all.bat: support for x64/arm64 - add arm64 build - add static tests run on arm64 and x64 After DVL run, copy resulting XML into platform\configuration directory. Signed-off-by: Lev Stipakov <[email protected]>