summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-05 16:41:31 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-05 16:41:31 -0500
commitc52d4d9e3454fd0a94cb900dc18516a489441c18 (patch)
treede8d95595795438e9dc34ff526227a9032b1cb9e /changes
parentc9b3f6352f68a03b5380db0e459a8cd6407c5603 (diff)
parent94d5523c7f100a2fc94869c55af6ec8e3429df2a (diff)
downloadtor-c52d4d9e3454fd0a94cb900dc18516a489441c18.tar.gz
tor-c52d4d9e3454fd0a94cb900dc18516a489441c18.zip
Merge branch 'teor_ticket24681_028' into maint-0.2.9
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket246816
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket24681 b/changes/ticket24681
new file mode 100644
index 0000000000..cc0a42b2e0
--- /dev/null
+++ b/changes/ticket24681
@@ -0,0 +1,6 @@
+ o Minor features (fallback directory mirrors):
+ - Make the default DirAuthorityFallbackRate 0.1, so that clients on the
+ public tor network prefer to bootstrap off fallback directory mirrors.
+ This is a follow-up to 24679, which removed weights from the default
+ fallbacks.
+ Implements ticket 24681.