aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-11 12:09:00 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-11 12:09:00 -0400
commit6757261e8f8b8b2f79a07122a2324654d5fbb1b9 (patch)
tree71cf5485ca5ae19f167423c212d57abad53ef78c /changes
parente0655708a20069a5f42476a25d62e9d3f8138d8c (diff)
downloadtor-6757261e8f8b8b2f79a07122a2324654d5fbb1b9.tar
tor-6757261e8f8b8b2f79a07122a2324654d5fbb1b9.tar.gz
Raise thresholds for declaring bootstrapping complete.
This patch changes the total serverdesc threshold from 25% to 75% and the exit threshold from 33% to 50%. The goal is to make initially constructed circuits less horrible, and to make initial less awful (since fetching directory information in parallel with whatever the user is trying to do can hurt their performance). Implements ticket 3196.
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 000000000..932102267
--- /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.