Module Downloader
source code
Download pieces from remote peers.
|
|
PerIPStats
Statistics relating to downloads from a single peer.
|
|
|
BadDataGuard
Process good and bad received pieces from a single peer.
|
|
|
SingleDownload
Manage downloads from a single peer.
|
|
|
Downloader
A collection of all single downloads.
|
logging.Logger
|
logger = logging.getLogger('DebTorrent.BT1.Downloader')
the logger to send all log messages to for this module
|
int
|
EXPIRE_TIME = 3600
number of seconds after which disconnected seeds are expired
|
Imports:
CurrentRateMeasure.Measure,
bitfield.Bitfield,
random.shuffle,
clock.clock,
logging