diff options
author | Mike Perry <mikeperry-git@fscked.org> | 2010-07-11 17:51:44 -0700 |
---|---|---|
committer | Mike Perry <mikeperry-git@fscked.org> | 2010-07-14 20:49:19 -0700 |
commit | 9d5d0f040f9b0ddf6c10166200d115bfa30a31da (patch) | |
tree | cbd400f2fde91b403ea1207482239458c2e9b4cd /changes | |
parent | 54cdac97f150f670e60f7ce0590e3bbf428d394a (diff) | |
download | tor-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/bug1294 | 9 |
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. |