Page 1 of 1
Deny upload for speeds <100kib/s
Posted: Thu Oct 10, 2024 3:12 pm
by Audibly2214
Hi everyone, is there a way to deny uploads for speeds that are too slow. It will help my power consumption and regulate better the activation of my disks. thanks
Re: Deny upload for speeds <100kib/s
Posted: Thu Oct 10, 2024 4:25 pm
by ambipro
No there is no native function in Deluge to deny upload for a minimum speed, due to the way pieces and uploads function this would be pretty hard to manage since speeds could fluctuate for so many variety of reasons from you OR the person you are uploading to.
Re: Deny upload for speeds <100kib/s
Posted: Sat Oct 12, 2024 11:54 am
by Audibly2214
Thx for the quick response, would have been cool if there was a way.
Thanks anyway.
Re: Deny upload for speeds <100kib/s
Posted: Sat Oct 12, 2024 11:59 am
by ambipro
It is sort of inherently nearly impossible to do in practice due to the way the bittorrent protocol is implemented.
As I said, you could very easily be seeding to a peer at 5MB/s one minute, and 10KB/s another, and it is entirely dependent on variables both the seeder and peer/leecher are subject to.
While you could "estimate" this, and do a best effort, it is not something I am aware of any torrent client, and specifically libtorrent, supporting.