Hello & merry christmas fellow rutorrent users.
My landlord recently finished installing LAN in my apartment and I now have access to whopping Gigabit download and 100Mbit upload.
Now I seem to have some issues with utilizing all the bandwidth in rtorrent. My torrent data is both downloaded to and stored on a local software(mdadm) RAID10 array based on 4 disks.
This is how my conf is looking atm.
Any comments on how to tune it better is welcome.
Code:
# Point to a directory where rTorrent will save the torrent files.
session = /rtorrent/.session/
# Port range to use for listening.
port_range = 10031-10031
port_random = no
# Default directory to save downloaded files. Note it doesn't support space yet.
directory = /rtorrent/downloading/
#Encrypt data
encryption = allow_incoming,try_outgoing,enable_retry
# Proper encodig for unknown chars
encoding_list = UTF-8
# Maximum and minimum number of peers to connect to per torrent. I guess this should get tuned better?
min_peers = 100
max_peers = 200
# Maximum number of simultaneous uploads per torrent.
#max_uploads = 2
#XMLRPC for WebIF, Set correct permissions for the socket
scgi_port = localhost:5000
# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=10000M
#Kbit/s limit to save bandwidth for other usage, 1000/100Mbit.
upload_rate = 8000
download_rate = 95000
# Enable the default ratio group.
ratio.enable=
# Do not check hash when finished
check_hash = no
#The ip address reported to the tracker.
ip = my.external.dns
use_udp_trackers = no
dht = disable
peer_exchange = no
#Set the certificates to use in http requests. See Curl's CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
http_capath=/etc/ssl/certs
My landlord recently finished installing LAN in my apartment and I now have access to whopping Gigabit download and 100Mbit upload.
Now I seem to have some issues with utilizing all the bandwidth in rtorrent. My torrent data is both downloaded to and stored on a local software(mdadm) RAID10 array based on 4 disks.
This is how my conf is looking atm.
Any comments on how to tune it better is welcome.
Code:
# Point to a directory where rTorrent will save the torrent files.
session = /rtorrent/.session/
# Port range to use for listening.
port_range = 10031-10031
port_random = no
# Default directory to save downloaded files. Note it doesn't support space yet.
directory = /rtorrent/downloading/
#Encrypt data
encryption = allow_incoming,try_outgoing,enable_retry
# Proper encodig for unknown chars
encoding_list = UTF-8
# Maximum and minimum number of peers to connect to per torrent. I guess this should get tuned better?
min_peers = 100
max_peers = 200
# Maximum number of simultaneous uploads per torrent.
#max_uploads = 2
#XMLRPC for WebIF, Set correct permissions for the socket
scgi_port = localhost:5000
# Close torrents when diskspace is low.
schedule = low_diskspace,5,60,close_low_diskspace=10000M
#Kbit/s limit to save bandwidth for other usage, 1000/100Mbit.
upload_rate = 8000
download_rate = 95000
# Enable the default ratio group.
ratio.enable=
# Do not check hash when finished
check_hash = no
#The ip address reported to the tracker.
ip = my.external.dns
use_udp_trackers = no
dht = disable
peer_exchange = no
#Set the certificates to use in http requests. See Curl's CURLOPT_CAPATH and CURLOPT_CAINFO options for further information.
http_capath=/etc/ssl/certs