hamedramzi / libtorrent

Automatically exported from code.google.com/p/libtorrent
Other
0 stars 0 forks source link

A way to directly affect "seed_rank"? #561

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Let's say that I have multiple seeding torrents. For some reason, I want to 
seed right now a particular torrent that has low seed_rank and other torrents 
take precedence over it. As far as I know, currently there isn't a way to 
achieve this.

I was thinking something like how the queue works for the downloading torrents. 
Maybe a unified queue?

Original issue reported on code.google.com by hammered...@gmail.com on 7 Jan 2014 at 1:30

GoogleCodeExporter commented 9 years ago
you can "force start" a torrent. i.e. clear the auto-managed flag on it. This 
will exempt if from the queuing logic.

Original comment by arvid.no...@gmail.com on 8 Jan 2014 at 2:13