aboutsummaryrefslogtreecommitdiff
path: root/rtorrent.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rtorrent.rc')
-rwxr-xr-xrtorrent.rc9
1 files changed, 6 insertions, 3 deletions
diff --git a/rtorrent.rc b/rtorrent.rc
index 3318917..831e92d 100755
--- a/rtorrent.rc
+++ b/rtorrent.rc
@@ -2,7 +2,7 @@
# ~/.rtorrent.rc and enable/modify the options as needed. Remember to
# uncomment the options you wish to enable.
-ratio.max.set=200
+ratio.max.set=2000
# Maximum and minimum number of peers to connect to per torrent.
#min_peers = 40
@@ -72,14 +72,17 @@ check_hash = yes
# plaintext to RC4 encryption after the encrypted handshake
#
# encryption = allow_incoming,enable_retry,prefer_plaintext
-encryption=allow_incoming,try_outgoing,enable_retry
+#encryption=allow_incoming,try_outgoing,enable_retry
+
+encryption = require,allow_incoming,require_RC4
# Enable DHT support for trackerless torrents or when all trackers are down.
# 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 = auto
+# dht = auto
+dht = off
# UDP port to use for DHT.
#