From 0201cbe78d76769d96849510ef4998c5c8869598 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 6 Aug 2015 01:58:07 +0200 Subject: bug fixes --- rtorrent.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rtorrent.rc') diff --git a/rtorrent.rc b/rtorrent.rc index 58101dc..f3fc391 100755 --- a/rtorrent.rc +++ b/rtorrent.rc @@ -81,13 +81,13 @@ encryption = require,allow_incoming,require_RC4 # "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. # - dht_port = 6881 +dht_port = 6881 # Enable peer exchange (for torrents not marked private) # - peer_exchange = no +peer_exchange = yes -- cgit v1.2.3-54-g00ecf