Hello thank you for your reply Guest.
Tixati is very good for seeding and rotating.
However the download management is possibly not really what you think it is.
Looking at the code, there are NO DL queue management parameters.
Bad Downloads cannot be sent to the back of the queue.
Instead something more crude happens.
ONLY when..... Bandwidth > Download Limit is ON (I set this too 100MB ridiculous level)
Will the download queue then expand like breathing from selected 8 slots to: 9, 10, 11 etc
This is not really queue "management" it just grows the queue but never deals with dead downloads.
Am I missing something here?
The code regarding DOWNLOAD management is this
// Startup additional downloads if bandwidth is under-utilized.
<downloadautoskipqueue
There is NO other code for managing download queue. So it only opens "additional" DL slot. Not shelf the bad download for later.
But there is plenty of parameters for controlling seeding and queuing of seeds.
Any ideas welcome thank you