summaryrefslogtreecommitdiff
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
commit16fd975a82e502418578c81f04894272c4f11826 (patch)
treeda69981d422d50375e7f17e64e4849058a5a234b /changes
parentbbc9ff160e7071b7a2fa9ab200b6496580975b06 (diff)
parentc52d4d9e3454fd0a94cb900dc18516a489441c18 (diff)
downloadtor-16fd975a82e502418578c81f04894272c4f11826.tar.gz
tor-16fd975a82e502418578c81f04894272c4f11826.zip
Merge branch 'maint-0.2.9' into maint-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.