Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The download process interrupted when closing the windivert #345

Open
Kane-KhangPham opened this issue Oct 5, 2023 · 1 comment
Open

Comments

@Kane-KhangPham
Copy link

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?

@basil00
Copy link
Owner

basil00 commented Oct 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants