Page 1 of 1
Autoban slow downloaders for XX of minutes.
Posted: Wed Jan 11, 2012 2:24 am
by ellorens
Hello there,
I have a question. Is is possible to autoban all leechers who had average speed under 10kB/s in last two minutes? I want to ban those for example for 30 minutes.
My eyes are bleeding when i see 5kB/s average joes occupying my upload slots and making head of my HDDs to suffer.
Any advice is appredicated. Thanks.
Re: Autoban slow downloaders for XX of minutes.
Posted: Wed Jan 11, 2012 5:11 pm
by CSB
No expert, but I believe that this would be antithetical to BT's peering algorithm.
Re: Autoban slow downloaders for XX of minutes.
Posted: Wed Jan 11, 2012 6:03 pm
by ellorens
But when i see one guy leeching 10 torrents at 2kB/s instead of one at 20kB/s it plays on my nerves....
Re: Autoban slow downloaders for XX of minutes.
Posted: Wed Jan 11, 2012 10:53 pm
by Lazybones
ellorens wrote:But when i see one guy leeching 10 torrents at 2kB/s instead of one at 20kB/s it plays on my nerves....
Wait, one client is connecting to you 10 times?
Re: Autoban slow downloaders for XX of minutes.
Posted: Wed Jan 11, 2012 11:03 pm
by Lazybones
http://www.rasterbar.com/products/libto ... uning.html
For seeds that are critical for a delivery system, you most likely want to allow multiple connections from the same IP. That way two people from behind the same NAT can use the service simultaneously. This is controlled by session_settings::allow_multiple_connections_per_ip.
Is it possible to control session_settings::allow_multiple_connections_per_ip in deluge?
Re: Autoban slow downloaders for XX of minutes.
Posted: Thu Jan 12, 2012 12:13 am
by Cas
Lazybones wrote:
Is it possible to control session_settings::allow_multiple_connections_per_ip in deluge?
That setting is disabled by default in libtorrent.
Re: Autoban slow downloaders for XX of minutes.
Posted: Thu Jan 12, 2012 8:00 am
by CSB
ellorens wrote:But when i see one guy leeching 10 torrents at 2kB/s instead of one at 20kB/s it plays on my nerves....
That can be fixed.

Re: Autoban slow downloaders for XX of minutes.
Posted: Thu Jan 12, 2012 10:01 am
by ellorens
Thanks for help. :]
I will try it next week.