NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia
https://sia.tech
MIT License
2.71k stars 442 forks source link

Siac renter download rolling transfer speed #3148

Closed DavidVorick closed 5 years ago

DavidVorick commented 5 years ago

Currently the siac renter download command displays the transfer speed as an average over the whole life of the download, which is not the way that most programs display download speed. Instead, siac should display the current download speed as a function of the total amount of data downloaded over the past 'n' seconds, where 'n' is probably 60 (unless the download is less than n seconds old, in which case it should use the download's current duration as the denominator)