I'm having an issue with the startup speed of a torrent download.
So I have two libtorrent-based clients:
Client A(deluge) is the only client seeding a torrent. It's state is seeding, but it shows no peers yet.
Client B(an app I'm making) adds a torrent using
libtorrent_session.addTorrent(...
For some reason, client B doesn't start downloading immediately. It waits a few minutes, then client A's upload speed spikes up, and the torrent downloads to B.
Why is it waiting? Does this have something to do with announce interval? If that's the case, how can I mitigate that startup time, because I need the download to start immediately.
Shouldn't it just find the peer and download the file immediately?
I'm using both a tracker, and the public DHTs.