diff options
author | Roger Dingledine <arma@torproject.org> | 2009-09-30 19:02:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-09-30 19:02:05 -0400 |
commit | bda2a94cf9dddadf8871c60a794a5ab11fc0a9af (patch) | |
tree | 2cb821abbe6cb20d3c9c21f15f2fa5d44342bb83 /doc | |
parent | 69ecc127e9c49efb79e93386975d498c9d7bd538 (diff) | |
download | tor-bda2a94cf9dddadf8871c60a794a5ab11fc0a9af.tar.gz tor-bda2a94cf9dddadf8871c60a794a5ab11fc0a9af.zip |
update spec to reflect change in Fast definition
we made anybody who has 20KB/s Fast by definition, in 0.2.1.14-rc,
but it looks like we forgot to fix the spec.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index faa3a6609b..5eedbd5348 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1342,7 +1342,7 @@ least one /8 address space. "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. + either in the top 7/8ths for known active routers or at least 20KB/s. "Guard" -- A router is a possible 'Guard' if its Weighted Fractional Uptime is at least the median for "familiar" active routers, and if |