Summary: | time left is incorrectly computed | ||
---|---|---|---|
Product: | [Applications] ktorrent | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | general | Assignee: | Joris Guisson <joris.guisson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Maciej Pilichowski
2007-10-15 18:43:26 UTC
Which estimation algorithm are you using (you can find that in the advanced settings). Looks you are using current speed, which is inaccurate. I was using KTorrent. I set it now to global avg. speed. Btw.: 1) if it is well known that specific alg. is not accurate maybe it is better to remove it? 2) several alg. for computing ETA looks like there is no agreement how to compute ETA at all. Is this correct? 1) Probably 2) The multiple algorithms were added when some people where not satisfied with the one we were using (though I'm not really sure on all the details, Ivan was mostly involved with this) Joris, thanks for your answer. I think it would be the best to stick with one algorithm (after all ETA means, estimated, not guaranteed :-)) or at least removing incorrect ones (Ktorrent, current speed) + setting the simplest one (global avg.) as default. I'm gonna clean this up a bit in the KDE 4 port and keep over the most accurate ones (even global avg. isn't really that accurate) Thank you Joris! Btw. "not being really accurate" -- this is ok, I would just like to see reasonable times, so I don't have to use calculator by myself to compute that ETA is 10 minutes or 30 minutes. SVN commit 758361 by guisson: - Added time estimation algorithm selection - Fixed bug in KTorrent algorithm (150866) BUG: 150866 M +64 -3 ktorrent/advancedpref.ui M +1 -0 libbtcore/CMakeLists.txt M +16 -26 libbtcore/torrent/timeestimator.cpp M +11 -11 libbtcore/torrent/timeestimator.h M +3 -0 libktcore/interfaces/functions.cpp M +2 -0 libktcore/ktorrent.kcfg WebSVN link: http://websvn.kde.org/?view=rev&revision=758361 |