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.
This commit is contained in:
Mike Perry
2010-07-11 17:51:44 -07:00
parent 54cdac97f1
commit 9d5d0f040f
5 changed files with 21 additions and 30 deletions
+9
View File
@@ -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.