|
libktorrent
2.1.1
|
#include <timeestimator.h>
Public Types | |
| enum | ETAlgorithm { ETA_KT, ETA_CSA, ETA_GASA, ETA_WINX, ETA_MAVG } |
Public Member Functions | |
| TimeEstimator (TorrentControl *tc) | |
| int | estimate () |
| Returns ETA for m_tc torrent. | |
Static Public Attributes | |
| static const int | ALREADY_FINISHED = 0 |
| static const int | NEVER = INT_MAX |
ETA estimator class. It will use different algorithms for different download phases.
Definition at line 96 of file timeestimator.h.
1.8.18