aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-05 16:41:34 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-05 16:41:34 -0500
commit7c411bba8a81b545e377af18ecd47f7de23a2dbc (patch)
tree4fc757574d30cf1030b94d1cdedf30dadaf820e6 /changes
parent72c2292efc916a9da007108d8d019765238bb225 (diff)
parent16fd975a82e502418578c81f04894272c4f11826 (diff)
downloadtor-7c411bba8a81b545e377af18ecd47f7de23a2dbc.tar.gz
tor-7c411bba8a81b545e377af18ecd47f7de23a2dbc.zip
Merge branch 'maint-0.3.0' into release-0.3.0
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.