aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-07-21 23:40:55 +0000
committerRoger Dingledine <arma@torproject.org>2007-07-21 23:40:55 +0000
commit56d3119581fc87cc096b9832de4aa1cd8ea1dc18 (patch)
treeefd27a07f435d5117584cda009026348f39c5848 /doc
parenta916e07ea68c897d42704df49e423dcfc223ef98 (diff)
downloadtor-56d3119581fc87cc096b9832de4aa1cd8ea1dc18.tar
tor-56d3119581fc87cc096b9832de4aa1cd8ea1dc18.tar.gz
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.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt
index 2f6689fc3..6ca7dcf7b 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.