OpenVPN / ovpn-dco-win

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

Userspace notifications #87

Closed lstipakov closed 3 weeks ago

lstipakov commented 1 month ago

Existing mechanism of userspace notifications (by erroring out pending read requests) is not flexible enough to be used by multipeer. For instance, we need to pass:

For that, add a new IOCTL, which client will send and then will expect response via, for example, overlapped IO.