@@ -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).
3030DormantOnFirstStartup 0
3131DormantCanceledByStartup 1
3232LearnCircuitBuildTimeout 0
@@ -35,6 +35,7 @@ MaxCircuitDirtiness 3600
3535NumEntryGuards 15
3636NumDirectoryGuards 6
3737MaxClientCircuitsPending 64
38+ SocksTimeout 60
3839TokenBucketRefillInterval 5 msec
3940KeepalivePeriod 3600
4041
@@ -44,8 +45,9 @@ ClientBootstrapConsensusFallbackDownloadInitialDelay 0
4445ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay 0
4546ClientBootstrapConsensusMaxInProgressTries 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) ---
5153ClientTransportPlugin webtunnel exec webtunnel.exe
@@ -60,9 +62,8 @@ AvoidDiskWrites 1
6062SafeLogging 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.
6667ConfluxEnabled 1
6768ConfluxClientUX throughput
6869
0 commit comments