OpenVPN / ovpn-dco-win

OpenVPN Data Channel Offload driver for Windows
MIT License
47 stars 22 forks source link

More robust way to get a version info #76

Closed lstipakov closed 1 month ago

lstipakov commented 1 month ago

The current way to get a version information is to open DCO device and make IOCTL call. This has a few issues:

To make it easier for userspace to get the device version, create a non-exclusive control device \.\ovpn-dco-ver which supports single IOCTL to get the version number. This device is created when the first network device is created and removed with the last network device.

Bump version to 1.3.0.

https://github.com/OpenVPN/ovpn-dco-win/issues/75

cron2 commented 1 month ago

from a high-level "stare at code" this looks all good to me (and is a useful change)