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

Q: is this utility suitable for high latency networks? #17

Open
ndemou opened this issue Mar 2, 2021 · 0 comments
Open

Q: is this utility suitable for high latency networks? #17

ndemou opened this issue Mar 2, 2021 · 0 comments

Comments

@ndemou
Copy link

ndemou commented Mar 2, 2021

I have a network with high bandwidth but also high latency. Is this script suitable? I took a look at the code and it looks like the client asks the server for the checksum of every block one by one and then decides whether a copy is needed or not. But I may have misunderstood! In the high latency case it's a huge deal if it "asks for one checksum, waits for the reply, decides what to do" vs "asks for all of them, decides what to do when it recieves them".

Nice work in any case, and thanks for keeping the good idea of the original alive and better.

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

1 participant