clumsy
clumsy copied to clipboard
Left-over effects in network performance after software closed
I am observing a reproducable and constant degradation of network performance on a Windows 7 machine even after Clumsy has been closed.
I do not see any leftover process that I could identify as part of clumsy left behind though.
Any remedies?
I suppose that might be related to WinDivert, I'll try to delegate this issue to @basil00.
Thanks :+1:
WinDivert should remove itself from the network stack as soon as the handle is closed (including if the application closes). To verify you can run netsh wfp show filters from a console, and check to see if any WinDivert filters are still installed.
Spent several hours attempting to debug my code until I came across this issue. Sure enough, I attempted to delete Clumsy, but couldn't since it was apparently being used by a process. After restarting my pc, my code ran just fine.