OpenVPN / ovpn-dco-win

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

Improve pool memory management #50

Closed lstipakov closed 9 months ago

lstipakov commented 9 months ago

This might help with https://github.com/OpenVPN/ovpn-dco-win/issues/47

By playing with Quick Edit in console window (which makes execution stop) where iPerf3 was running I was able to get pool size growing to unreasonable values (over 50k). My understanding is that normally it should be <10k, but let's be on a safe side and cap it to 100k - in kernel dump it was over 1mil and system ran out of memory.

Bump to 0.9.4.