Revision caeb140...
Go back to digest for 1st June 2014Bug Fixes in Networking Tools
Juan Palacios committed changes in [libktorrent] src/torrent/timeestimator.cpp:
Use MAVG estimation per default on TimeEstimator::estimateKT()
estimateGASA was used per default to estimate the eta for torrents. The
main problem is that this algorithm reports ridiculous big etas
(something like days instead of hours, and so on).
Now estimateMAVG is used per default, so we have more realistic etas.
File Changes
Modified 1 files
- src/torrent/timeestimator.cpp
1 files changed in total