Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport downloading multiple torrents #24
Comments
This comment has been minimized.
This comment has been minimized.
|
bittorrent-dht only supporting a single infohash seems to be the main issue here, though I tried downloading 2 torrents simultaneously with DHT disabled and peer discovery via trackers, and it results in one torrent completing fine with the other stuck infinitely with 1 peer. The stuck torrent's swarm keeps getting new connections, but it never successfully handshakes with them. Any ideas on what might be wrong in addition to the obvious DHT limitation? |
This comment has been minimized.
This comment has been minimized.
|
No idea. Need to investigate. |
This comment has been minimized.
This comment has been minimized.
|
This should theoretically work now. The DHT now supports looking peers for multiple different torrents concurrently. I'll write a test for |
No description provided.