summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-07-11 17:51:44 -0700
committerMike Perry <mikeperry-git@fscked.org>2010-07-14 20:49:19 -0700
commit9d5d0f040f9b0ddf6c10166200d115bfa30a31da (patch)
treecbd400f2fde91b403ea1207482239458c2e9b4cd /changes
parent54cdac97f150f670e60f7ce0590e3bbf428d394a (diff)
downloadtor-9d5d0f040f9b0ddf6c10166200d115bfa30a31da.tar.gz
tor-9d5d0f040f9b0ddf6c10166200d115bfa30a31da.zip
Alter how guard flags are chosen.
V3 authorities no longer decide not to vote on Guard+Exit. The bandwidth weights should take care of this now. Also, lower the max threshold for WFU to 0.98, to allow more nodes to become guards.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug12949
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug1294 b/changes/bug1294
new file mode 100644
index 0000000000..8120e5b5eb
--- /dev/null
+++ b/changes/bug1294
@@ -0,0 +1,9 @@
+ o Minor bugfixes
+ - Alter directory authorities to always consider Exit-flagged nodes
+ as potential Guard nodes in their votes. The actual decision to
+ use Exits as Guards is done in the consensus bandwidth weights.
+ Fixes bug 1294; bugfix on 0.2.2.10-alpha.
+
+ o Minor features:
+ - Lower the maximum weighted-fractional-uptime cutoff to 98%. This
+ should give us approximately 40-50% more Guard-flagged nodes.