Divert icon indicating copy to clipboard operation
Divert copied to clipboard

The download process interrupted when closing the windivert

Open Kane-KhangPham opened this issue 2 years ago • 1 comments
trafficstars

When I'm downloading a file in chrome, then close WindowDivert, the download process will be interrupted, can't continue and have to download again from the beginning. Is there any way to prevent this?

Kane-KhangPham avatar Oct 05 '23 06:10 Kane-KhangPham

That depends what the WinDivert application was doing.

For example, if it was redirecting the connection to a proxy, then killing the application would permanently disrupt the connection.

Otherwise, if the application was something like passthru, then killing it can cause some packet loss if the application does not shutdown correctly. Specifically, any packet received by the application but not yet reinjected will be lost. However, this should be recoverable for TCP connections.

basil00 avatar Oct 06 '23 02:10 basil00