list of SingleDownload
|
downloads
the list of all current download connections to sites
|
method
|
errorfunc
the method to call when an error occurs
|
method
|
filenamefunc
the method to call to determine the file name that the download is
being saved under
|
threading.Event
|
finflag
the flag indicating when the download is complete
|
method
|
gotpiecefunc
the method to call when a piece comes in
|
string
|
infohash
the info hash
|
float
|
max_rate_period
maximum amount of time to guess the current rate estimate
represents
|
method
|
measurefunc
the method to call to add downloaded data to the total download
rate measurement
|
|
Downloader.Downloader
|
peerdownloader
the instance of the collection of normal downloaders
|
|
PiecePicker.PiecePicker
|
picker
the piece choosing instance
|
|
Debtorrent.RawServer.RawServer
|
rawserver
the server
|
int
|
seedsfound
the number of seeds successfully downloaded from
|
|
StorageWrapper.StorageWrapper
|
storage
the piece storage instance
|