From 823581bd7c5e5904eab5884f999a39b5f9e895b4 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 16 Mar 2015 00:11:21 +0100 Subject: drop enc --- rtorrent.rc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'rtorrent.rc') 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. # -- cgit v1.2.3-54-g00ecf