ObjFW  View Ticket

Ticket UUID: 037c91537637d1e3e5358d53e50fd712caea39ee
Title: Average the speed and ETA
Status: Fixed Type: Enhancement
Severity: Minor Priority: Low
Subsystem: ofhttp Resolution: Fixed
Last Modified: 2024-03-17 12:11:54
Version Found In: Milestone: 1.0
User Comments:
js added on 2020-05-23 19:19:48:

Currently, only the current speed (amount of data transfered in the last second) and the ETA calculated based on it is show. On fluctuating connections, this means the ETA and speed are chaging like crazy. It should be averaged out over a sensible amount of time (e.g. 5 or 10 seconds).


js added on 2020-08-10 21:38:24:

Fixed in [30e8df31a0].