Replies: 1 comment 4 replies
-
I don't think there's a specific trigger when the torrent transitions from "finished" -> "downloading" mode, the way there is when transitioning from "paused" -> "non-paused", to try to reconnect to peers. However, torrents with fewer peers than the target is always trying to find peers to connect to. However, there's a cool-off period for peers we've just been connected to. Do you have a low Normally, when resuming a torrent, there's also a connection-speed boost, where we allocate extra outgoing connections slots to the torrent. Perhaps there should be such a boost for transitioning from "finished" -> "downloading" as well. |
Beta Was this translation helpful? Give feedback.
-
Hello,
When torrent is started, libtorrent is opening connections to peers, then I set pieces to download, but if user is stopping consuming data, we have a situation when we have all the requested pieces for some time.
And then I see that we have less and less peer connections.
As I understand, remote party is closing connections due to idle time or any other reason (
close_redundant_connections
is disabled).The question is how to reconnect to peers? Is there such possibility?
For non-crowded torrents it can become a problem when we have few peers and later we have only one, and the only way out is to drop/add torrent again to reconnect to everyone.
Beta Was this translation helpful? Give feedback.
All reactions