diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-26 22:50:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-26 22:50:42 +0000 |
commit | 8fa70711217d60c7c157f0c1311cda2391498168 (patch) | |
tree | 3a03a6af7bbdef619fb118f2df002c5c28f74294 /doc/spec/dir-spec.txt | |
parent | 2c1d7cf674b3d8b4ec3ca35df69901c82723032e (diff) | |
download | tor-8fa70711217d60c7c157f0c1311cda2391498168.tar.gz tor-8fa70711217d60c7c157f0c1311cda2391498168.zip |
r16195@catbus: nickm | 2007-10-26 18:48:52 -0400
base "Guard" flag on WFU rather than MTBF. Note an issue in the TODO. Roger: thoughts?
svn:r12219
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index b626fd80ae..9057eed25b 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -990,11 +990,16 @@ $Id$ "Fast" -- A router is 'Fast' if it is active, and its bandwidth is either in the top 7/8ths for known active routers or at least 100KB/s. - "Guard" -- A router is a possible 'Guard' if it is 'Stable' and its - bandwidth is either at least the median for known active routers 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. + "Guard" -- A router is a possible 'Guard' if its Weighted Fractional + Uptime is at least the median for known active routers, and its bandwidth + is either at least the median for known active routers 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 + downtime and uptime in the past counts less. "Authority" -- A router is called an 'Authority' if the authority generating the network-status document believes it is an authority. |