xwmario / rutorrent

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

Speed Limit Issue #897

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

We are planning to use rutorrent in large scale to serve a lot of clients on a 
file sharing website to download their torrents on our servers, we have fixed 
the speed in .rtorrent.c as below

# Global upload and download rate in KiB. "0" for unlimited.
download_rate = 101376
upload_rate = 101376

but it seems like the limits are not functioning, we have 500Mbps dedicated 
port on our server and it would push 500Mbps out the server so when a user 
actually want to download a file their speed would be really slow, we tried 
blocking all the ports except the ones related to rutorrent to make sure it's 
rutorrent that is using the internet and the server is still using the whole 
port, I have attached some screenshots as well

PS - in the interface it's only showing a little bit of usage but the server is 
pushing much more

Original issue reported on code.google.com by parhamba...@gmail.com on 1 Mar 2014 at 1:50

Attachments:

GoogleCodeExporter commented 8 years ago
ruTorrent - is a front-end. Not a bittorrent client.

Original comment by novik65 on 1 Mar 2014 at 5:25