BtRegistry now holds BitTorrent TCP server port.

Because BitTorrent TCP server port is global configuration, it is not
preferable that per download resource BtRuntime holds it.  We also
refactored and eliminated ugly static variable in PeerListenCommand.
If TCP port is necessary, we inject it to them directly.
This commit is contained in:
Tatsuhiro Tsujikawa 2011-07-21 23:42:41 +09:00
parent f0cd83f809
commit c58f736bb9
22 changed files with 89 additions and 111 deletions

View file

@ -36,7 +36,7 @@ public:
virtual SharedHandle<DHTTask>
createPeerLookupTask(const SharedHandle<DownloadContext>& ctx,
const SharedHandle<BtRuntime>& btRuntime,
uint16_t tcpPort,
const SharedHandle<PeerStorage>& peerStorage)
{
return SharedHandle<DHTTask>();