Module HTTPDownloader
source code
Manage downloading pieces over HTTP.
logging.Logger
|
logger = logging.getLogger('DebTorrent.BT1.HTTPDownloader')
the logger to send all log messages to for this module
|
string
|
VERSION = 'DebTorrent/T-0.1.4'
the UserAgent identifier sent to all sites
|
|
haveComplete
|
haveall = <DebTorrent.BT1.HTTPDownloader.haveComplete instance...
instance of the seed's bitfield
|
Imports:
CurrentRateMeasure.Measure,
random.randint,
urlparse.urlparse,
httplib.HTTPConnection,
httplib.BadStatusLine,
urllib.quote,
threading.Thread,
logging,
__init__.product_name,
__init__.version_short
haveall
instance of the seed's bitfield
- Type:
- haveComplete
- Value:
-
|