From fcfbf0e79fec35e6bb35253a6d461dbb8161922c Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Tue, 19 Jun 2018 10:51:35 +0100 Subject: [PATCH] Fix typos in rtorrent.rc --- doc/rtorrent.rc | 43 ++++++++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc index d0c17cf4..73f680fc 100644 --- a/doc/rtorrent.rc +++ b/doc/rtorrent.rc @@ -1,22 +1,28 @@ -# This is an example resource file for rTorrent. Copy to -# ~/.rtorrent.rc and enable/modify the options as needed. Remember to -# uncomment the options you wish to enable. +############################################################################# +# This is an example resource file for rTorrent. +# Copy to ~/.rtorrent.rc and enable/modify the options as needed. +# Remember to uncomment the options you wish to enable. +# +# File: https://github.com/rakshasa/rtorrent/blob/master/doc/rtorrent.rc +############################################################################# # Maximum and minimum number of peers to connect to per torrent. # #throttle.min_peers.normal.set = 40 #throttle.max_peers.normal.set = 100 -# Same as above but for seeding completed torrents (-1 = same as downloading) +# Same as above but for seeding completed torrents. +# "-1" = same as downloading. # #throttle.min_peers.seed.set = 10 #throttle.max_peers.seed.set = 50 -# Maximum number of simultanious uploads per torrent. +# Maximum number of simultaneous uploads per torrent. # #throttle.max_uploads.set = 15 -# Global upload and download rate in KiB. "0" for unlimited. +# Global upload and download rate in KiB. +# "0" for unlimited. # #throttle.global_down.max_rate.set_kb = 0 #throttle.global_up.max_rate.set_kb = 0 @@ -26,7 +32,7 @@ #directory.default.set = ./ # Default session directory. Make sure you don't run multiple instance -# of rtorrent using the same session directory. Perhaps using a +# of rTorrent using the same session directory. Perhaps using a # relative path? # #session.path.set = ./session @@ -37,16 +43,16 @@ #schedule2 = watch_directory,5,5,load.start=./watch/*.torrent #schedule2 = untied_directory,5,5,stop_untied= -# Close torrents when diskspace is low. +# Close torrents when disk-space is low. # #schedule2 = low_diskspace,5,60,close_low_diskspace=100M -# The ip address reported to the tracker. +# The IP address reported to the tracker. # #network.local_address.set = 127.0.0.1 #network.local_address.set = rakshasa.no -# The ip address the listening socket and outgoing connections is +# The IP address the listening socket and outgoing connections is # bound to. # #network.bind_address.set = 127.0.0.1 @@ -60,8 +66,8 @@ # #network.port_random.set = no -# Check hash for finished torrents. Might be usefull until the bug is -# fixed that causes lack of diskspace not to be properly reported. +# Check hash for finished torrents. Might be useful until the bug is +# fixed that causes lack of disk-space not to be properly reported. # #pieces.hash.on_completion.set = no @@ -69,7 +75,7 @@ # #trackers.use_udp.set = yes -# Alternative calls to bind and ip that should handle dynamic ip's. +# Alternative calls to bind and IP that should handle dynamic IP's. # #schedule2 = ip_tick,0,1800,ip=rakshasa #schedule2 = bind_tick,0,1800,bind=rakshasa @@ -79,7 +85,7 @@ # # The example value allows incoming encrypted connections, starts unencrypted # outgoing connections but retries with encryption if they fail, preferring -# plaintext to RC4 encryption after the encrypted handshake +# plain-text to RC4 encryption after the encrypted handshake. # # protocol.encryption.set = allow_incoming,enable_retry,prefer_plaintext @@ -87,18 +93,18 @@ # May be set to "disable" (completely disable DHT), "off" (do not start DHT), # "auto" (start and stop DHT as needed), or "on" (start DHT immediately). # The default is "off". For DHT to work, a session directory must be defined. -# +# # dht.mode.set = auto -# UDP port to use for DHT. +# UDP port to use for DHT. # #dht.port.set = 6881 -# Enable peer exchange (for torrents not marked private) +# Enable peer exchange (for torrents not marked private). # #protocol.pex.set = yes -# Set downlad list layout style. ("full", "compact") +# Set download list layout style ("full", "compact"). # #ui.torrent_list.layout.set = "full" @@ -106,7 +112,6 @@ # # Use a IP socket with scgi_port, or a Unix socket with scgi_local. # schedule can be used to set permissions on the unix socket. -# #scgi_port = 127.0.0.1:5000 #scgi_local = /home/user/rtorrent/rpc.socket #schedule = scgi_permission,0,0,"execute.nothrow=chmod,\"g+w,o=\",/home/user/rtorrent/rpc.socket"