Upload Download Limits differ in rtorrent.rc and rutorrent v3.0/0.8.6

shwetha17

Member
May 24, 2018
785
0
16
Hi,

the settings for the up/down limit in the rtorrent.rc are

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

In rtorrent it says 5000/5000 in rutorrent it says 4800/4800. How does rut interpret the config file to get to 4800?
 

das329717

Member
May 25, 2018
928
0
16
rutorrent indeed is a bit lower with speed number.

Remember that 5MB/s is 5x 1024 & not 5x 1000
That is mostly what causes this .. but maybe I am wrong