diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-22 00:50:28 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-22 00:50:28 +0000 |
commit | 83f605f2e32a635d499815ceec97ba0f3d0cb5a4 (patch) | |
tree | 34cc126e0a61427d9bb7889c63bc919bee32ec05 /doc | |
parent | 6fc336d217bf4e0ca654339810204c9cf45023ac (diff) | |
download | tor-83f605f2e32a635d499815ceec97ba0f3d0cb5a4.tar tor-83f605f2e32a635d499815ceec97ba0f3d0cb5a4.tar.gz |
clarify that when we say 'above the median' we mean 'at least
the median'
svn:r10899
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 6ca7dcf7b..4da1e9771 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -947,10 +947,10 @@ $Id$ 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 above 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. + 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. "Authority" -- A router is called an 'Authority' if the authority generating the network-status document believes it is an authority. |