-
Notifications
You must be signed in to change notification settings - Fork 198
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
Bad Experience on Unreliable Connections #2560
Comments
What package requests do you have? It should only be downloading the filelist if you're requesting something by path that falls outside of |
@jlebon The program that is running is |
Ahh right, OK. The I'll have to dig into the download resume bit; all that should be shared with dnf via libdnf/librepo. |
for users who have unreliable internet connections rpm-ostree has a very poor experience, including wasted bandwidth.
Problems:
Expected:
rpm-ostree should be very respectful of user bandwidth. modern cryptographic techniques, (such as a hash-merkel tree), should be used to verify partial downloads; such as what bittorrent provides; there should be (almost) no loss of downloaded data, even when exiting uncleanly.
rpm-ostree should provide clear and accurate data for the progress and speed of the download, downloading all the required meta-data ahead of time in a non-iterative process.
rpm-ostree should use a multi-threaded multi-piece download system with short timeouts and multiple routes, either using bit-torrent directly, or a system that is modeled upon bit torrent for its efficiency and resilience under adverse conditions.
The text was updated successfully, but these errors were encountered: