50meg configuration suggestions

peshua19

Member
May 25, 2018
897
0
16
Hi all, I've upgraded my internet to 50meg and am awaiting installation, but in the mean time can anyone recommend an ideal configuration, as I presume that going from 10meg to 50meg I'll need to change some connection settings to maximize my possible speed. It's running on a 'seedbox' I built, nothing fancy, 512 ram and pentium d. One thing though, I need to test low upload vs optimal upload, because according to others atm how my ISP work is if you use say 80% of your max upload speed, they throttle 80% of your download speed - although I need to verify this for myself.

Router is running DD-WRT so very configurable too.

Just to clarify, speed is 1.2Mb upload/50Mb download. I will also have QoS set up so other computers on network (aka. someone browsing) will get priority above the seedbox.

Thanks in advance! wink.gif

K
 

Attachments

saroos1

Member
May 25, 2018
718
0
16
your tech specs are similar to my seedbox.

i have a 100 Mb/s seedbox...i could give you my .rtorrent.rc if you like...it's nothing fancy but works fine.

of course, i use FreeBSD
 

saroos1

Member
May 25, 2018
718
0
16
Code:
min_peers = 10
max_peers = 200
min_peers_seed =1
max_peers_seed = 100
max_uploads = 30
#max_uploads_global = 400
#max_downloads_global = 300

download_rate = 0
upload_rate = 0

directory = /usr/home/rtuser1/rtorrent/download/
session = /usr/home/rtuser1/.session
schedule = low_diskspace,5,60,close_low_diskspace=512M

#ip =
#bind =
check_hash = no
use_udp_trackers = yes
encryption = allow_incoming,enable_retry,prefer_plaintext
dht = auto
peer_exchange = no
hash_read_ahead = 10
hash_interval = 10
hash_max_tries = 5
#max_open_sockets = 16424
#send_buffer_size = 78840
#receive_buffer_size = 78840
max_open_files = 512
execute = {sh,-c,/usr/local/bin/php /usr/local/www/rutorrent/php/initplugins.php wonslung &}
umask = 0002
log.execute=/tmp/rtorrent.log
port_range = 51001-51001
scgi_port = 127.0.0.1:5001
dht_port = 10001


sorry, i must have forgotten to post it.

I've added some commented out commands which i currently do not use, but you could.