libktorrent
2.2.0
|
#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 78 of file timeestimator.h.