mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
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:
parent
f0cd83f809
commit
c58f736bb9
22 changed files with 89 additions and 111 deletions
|
@ -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>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue