Skip to content

Commit fd41cec

Browse files
committed
fix: Improve rtorrent settings
1 parent 0034ebf commit fd41cec

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.rtorrent.rc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ session = ~/.rtorrent.session
66
schedule2 = watch_directory_foo, 20, 10, "load.start_verbose=~/downloads/torrents/watch/*.torrent"
77

88

9-
network.port_range.set = 49164-49164
9+
network.port_range.set = 6882-6882
1010

1111
protocol.encryption.set = allow_incoming,try_outgoing,enable_retry
1212

@@ -16,7 +16,8 @@ protocol.pex.set= yes
1616

1717
schedule2 = low_diskspace,5,60,((close_low_diskspace,100M))
1818

19-
encryption = require,require_RC4,allow_incoming,try_outgoing
19+
# encryption = require,require_RC4,allow_incoming,try_outgoing
20+
encryption = allow_incoming,enable_retry,prefer_plaintext
2021

2122
dht = disable
2223

@@ -25,7 +26,7 @@ max_peers_seed=100
2526
max_uploads=2
2627
upload_rate=150
2728

28-
port_range = 55556-55556
29+
port_range = 6883-6883
2930

3031
throttle.min_peers.normal.set = 40
3132
throttle.max_peers.normal.set = 52

0 commit comments

Comments
 (0)