aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-31 01:02:27 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-31 01:02:27 -0400
commit32d6acade8488e8f3b1a85585d5136bf9a8ca76f (patch)
tree4222a5d40607c06f1a40aa88ce55aab7c2436414 /changes
parentffc21b653f08e3826867c14d44d6543d262bb417 (diff)
parent6757261e8f8b8b2f79a07122a2324654d5fbb1b9 (diff)
downloadtor-32d6acade8488e8f3b1a85585d5136bf9a8ca76f.tar.gz
tor-32d6acade8488e8f3b1a85585d5136bf9a8ca76f.zip
Merge remote-tracking branch 'public/bug3196'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug31967
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug3196 b/changes/bug3196
new file mode 100644
index 0000000000..9321022675
--- /dev/null
+++ b/changes/bug3196
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Raise the threshold of server descriptors needed (75%) and exit
+ server descriptors needed (50%) before we will declare ourselves
+ bootstrapped. This will make clients declare completion a little
+ later, but makes the initially constructed circuits less weird
+ and less in conflict with directory connections. Fixes ticket
+ #3196.