Changes between Version 2 and Version 3 of DataChannelOffload/NonLinuxPlatforms
- Timestamp:
- 05/04/23 21:54:43 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DataChannelOffload/NonLinuxPlatforms
v2 v3 3 3 == Windows 4 4 A kernel module has also been developed for Windows, namely ''ovpn-dco-win''. 5 5 6 It is a device driver implemented in kernelspace that substitutes all previous drivers used by OpenVPN (i.e. tap-windows6, wintun, etc..). Differently from the other drivers, ovpn-dco-win uses the Windows Kernel API to also implement crypto operations, thus allowing the driver to process data packets entirely in kernelspace, similarly to ovpn-dco for Linux. 7 6 8 The main limitation of ovpn-dco-win is that it only supports client/p2p mode, while server mode is not available. This decision was made due to the fact that there is less and less demand for running OpenVPN server on Windows. 7 9