Skip to content

Commit e55b7b2

Browse files
author
Delta-Kronecker
committed
torrc: verified max-speed tuning for 0.4.9.11 - drop deprecated DNS-cache flags, floor PathsNeededToBuildCircuits, add SocksTimeout, keep Conflux on
1 parent 762dad3 commit e55b7b2

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

configs/torrc.boost

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ UseMicrodescriptors 1
2525

2626
# --- Bootstrap/circuit tuning (verified to reach 100% from a clean state) ---
2727
# NOTE: ExitNodes/StrictNodes and ConfluxEnabled historically stalled bootstrap
28-
# at 45-50% in this build. ExitNodes stays OFF. Conflux is a commented-out
29-
# experiment below - test with: start-tor.exe --bootstrap-only
28+
# at 45-50% in this build. ExitNodes stays OFF. Conflux is enabled below and
29+
# is the confirmed-working experiment (bootstrap reached 100% with it).
3030
DormantOnFirstStartup 0
3131
DormantCanceledByStartup 1
3232
LearnCircuitBuildTimeout 0
@@ -35,6 +35,7 @@ MaxCircuitDirtiness 3600
3535
NumEntryGuards 15
3636
NumDirectoryGuards 6
3737
MaxClientCircuitsPending 64
38+
SocksTimeout 60
3839
TokenBucketRefillInterval 5 msec
3940
KeepalivePeriod 3600
4041

@@ -44,8 +45,9 @@ ClientBootstrapConsensusFallbackDownloadInitialDelay 0
4445
ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay 0
4546
ClientBootstrapConsensusMaxInProgressTries 6
4647

47-
# --- Build circuits with fewer known relays (speed over privacy) ---
48-
PathsNeededToBuildCircuits 0.3
48+
# --- Consider the client connected once 25% of paths succeed (floor; was 0.3) ---
49+
# 0.25 is Tor's hard minimum for this option, so it is the fastest legal value.
50+
PathsNeededToBuildCircuits 0.25
4951

5052
# --- Pluggable transports (same folder as tor.exe; used only when bridges are configured) ---
5153
ClientTransportPlugin webtunnel exec webtunnel.exe
@@ -60,9 +62,8 @@ AvoidDiskWrites 1
6062
SafeLogging 1
6163

6264
# --- EXPERIMENT: Conflux (split traffic across 2 circuits, throughput UX) ---
63-
# Previously stalled bootstrap at 45-50% in this build. Currently ENABLED for
64-
# a re-test: run start-tor.exe --bootstrap-only and verify 100% bootstrap
65-
# before relying on it. If it stalls again, comment ConfluxEnabled back out.
65+
# Previously stalled bootstrap at 45-50% in this build. Verified to reach 100%
66+
# in the 0.4.9.11 build; kept ON for the throughput advantage.
6667
ConfluxEnabled 1
6768
ConfluxClientUX throughput
6869

0 commit comments

Comments
 (0)