diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-21 23:40:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-21 23:40:55 +0000 |
commit | 56d3119581fc87cc096b9832de4aa1cd8ea1dc18 (patch) | |
tree | efd27a07f435d5117584cda009026348f39c5848 /doc | |
parent | a916e07ea68c897d42704df49e423dcfc223ef98 (diff) | |
download | tor-56d3119581fc87cc096b9832de4aa1cd8ea1dc18.tar.gz tor-56d3119581fc87cc096b9832de4aa1cd8ea1dc18.zip |
Directory authorities now call routers Fast if their bandwidth is
at least 100KB/s, and consider their bandwidth adequate to be a
Guard if it is at least 250KB/s. This fix complements proposal
107. [Bugfix on 0.1.2.x]
svn:r10897
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 2f6689fc3c..6ca7dcf7b2 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -938,19 +938,19 @@ $Id$ it successfully within the last 30 minutes. "Stable" -- A router is 'Stable' if it is active, and either its - uptime is at least the median uptime for known active routers, or + uptime is at least the median uptime for known active routers or its uptime is at least 30 days. Routers are never called stable if they are running a version of Tor known to drop circuits stupidly. (0.1.1.10-alpha through 0.1.1.16-rc are stupid this way.) "Fast" -- A router is 'Fast' if it is active, and its bandwidth is - in the top 7/8ths for known active routers. + 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 above median for known active routers. 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 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. "Authority" -- A router is called an 'Authority' if the authority generating the network-status document believes it is an authority. |