diff options
Diffstat (limited to 'files/rtorrent.rc')
-rw-r--r-- | files/rtorrent.rc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/files/rtorrent.rc b/files/rtorrent.rc index d4d2acc..b7c8832 100644 --- a/files/rtorrent.rc +++ b/files/rtorrent.rc @@ -13,7 +13,8 @@ network.http.max_open.set = 99 network.max_open_files.set = 600 network.max_open_sockets.set = 300 protocol.encryption.set = allow_incoming,try_outgoing,enable_retry -system.umask.set = 0027 +#protocol.encryption.set = require,require_RC4,allow_incoming,try_outgoing,enable_retry +system.umask.set = 0022 keys.layout.set = qwertz pieces.hash.on_completion.set = no @@ -132,7 +133,8 @@ upload_rate = 25 download_rate = 50 # Encryption -encryption = allow_incoming, try_outgoing, enable_retry +#encryption = require,require_RC4,allow_incoming,try_outgoing,enable_retry +encryption = allow_incoming, try_outgoing, enable_retry # Collapsible display #schedule = bind_collapse,0,0,"ui.bind_key=download_list,*,view.collapsed.toggle=" |