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 /doc | |
parent | 54cdac97f150f670e60f7ce0590e3bbf428d394a (diff) | |
download | tor-9d5d0f040f9b0ddf6c10166200d115bfa30a31da.tar tor-9d5d0f040f9b0ddf6c10166200d115bfa30a31da.tar.gz |
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 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 57bcdab79..a5abdf04b 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1440,9 +1440,6 @@ "Guard" -- A router is a possible 'Guard' if its Weighted Fractional Uptime is at least the median for "familiar" active routers, and if its bandwidth is at least median or at least 250KB/s. - If the total bandwidth of active non-BadExit Exit servers is less - than one third of the total bandwidth of all active servers, no Exit is - listed as a Guard. To calculate weighted fractional uptime, compute the fraction of time that the router is up in any given day, weighting so that |