diff options
author | Roger Dingledine <arma@torproject.org> | 2007-03-10 05:43:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-03-10 05:43:35 +0000 |
commit | a24779216990b7490a1f62bfc411e3a113895b1d (patch) | |
tree | 447ab9d813e23f381a923ecc50faa14b937efc65 /doc/spec/dir-spec.txt | |
parent | df3a539d034366a021af44cca9330d42d6cff7cb (diff) | |
download | tor-a24779216990b7490a1f62bfc411e3a113895b1d.tar.gz tor-a24779216990b7490a1f62bfc411e3a113895b1d.zip |
Directory authorities now call routers stable if they have an
uptime of at least 30 days, even if that's not the median uptime
in the network. Implements proposal 1xx, suggested by Kevin Bauer
and Damon McCoy.
svn:r9788
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 9d7c399a3b..727349acb1 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -441,10 +441,12 @@ $Id$ "Running" -- A router is 'Running' if the authority managed to connect to it successfully within the last 30 minutes. - "Stable" -- A router is 'Stable' if its uptime is above median for known - running, valid routers, and it's running a version of Tor not known to - drop circuits stupidly. (0.1.1.10-alpha through 0.1.1.16-rc are stupid - this way.) + "Stable" -- A router is 'Stable' if it is running, valid, not + hibernating, and either its uptime is at least the median uptime for + known running, valid, non-hibernating 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 its bandwidth is in the top 7/8ths for known running, valid routers. |