#1385 closed Bug (wontfix)
Download speed problem
Reported by: | giusef | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Transmission | Version: | 1.22 |
Severity: | Normal | Keywords: | |
Cc: |
Description
When downloading, try to change the current date to tomorrow and then return to today. The speed will increase indefinitely.
OS: Linux Ubuntu Hardy
Change History (5)
comment:1 follow-up: ↓ 2 Changed 12 years ago by livings124
- Resolution set to wontfix
- Status changed from new to closed
comment:2 in reply to: ↑ 1 Changed 12 years ago by giusef
Replying to livings124:
This happens with a lot of programs. The solution is to not time travel.
This is not true for every country. In my country (Italy) and also in other countries sometimes we change the legal working hours and generally it changes automatically on many systems. This is only an example and in general I think that speed calculation should not depend on the system date and time...
comment:3 follow-up: ↓ 4 Changed 12 years ago by livings124
But speed calculations must depend on a difference in time. A lot of other applications have this "problem" as well. If you have a better way to calculate speeds I'm all ears.
comment:4 in reply to: ↑ 3 Changed 12 years ago by giusef
Replying to livings124:
But speed calculations must depend on a difference in time. A lot of other applications have this "problem" as well. If you have a better way to calculate speeds I'm all ears.
Not so much IMHO. You could use alarm() function as well, and get independent from the date/time. You need to set an alarm every second, and use a callback function to update the calculation.
comment:5 Changed 12 years ago by livings124
That definitely is not worth the effort.
This happens with a lot of programs. The solution is to not time travel.