OpenVPN / ovpn-dco-win

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

Implement a more robust way to get version information #75

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 non-exclusive control device 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.