diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-25 04:17:59 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-25 04:17:59 +0000 |
commit | ea4c3d6d1dfe75f14c6c8934c4e6fcfbc5afc204 (patch) | |
tree | 60c4baf17c5d96484471424c5027a1ba797c6756 | |
parent | ae7ef3fc6ad01dcff7e4b3f2b34f99ad0258c0b1 (diff) | |
download | tor-ea4c3d6d1dfe75f14c6c8934c4e6fcfbc5afc204.tar.gz tor-ea4c3d6d1dfe75f14c6c8934c4e6fcfbc5afc204.zip |
finish cleaning up r12175tor-0.2.0.9-alpha
svn:r12179
-rw-r--r-- | doc/spec/dir-spec.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 87bdbde9ba..b626fd80ae 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -966,13 +966,12 @@ $Id$ believes the given name should be bound to the given key. "Unnamed" -- Directory authorities that support naming should vote for a - router to be 'Unnamed' if its given nickname is mapped a different + router to be 'Unnamed' if its given nickname is mapped to a different identity. "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 it is active, and either its Weighted MTBF is at least the median for known active routers or its Weighted MTBF is at least 10 days. Routers are never called Stable if @@ -1063,11 +1062,9 @@ $Id$ * The Named flag appears if it is included for this routerstatus by _any_ authority, and if all authorities that list it list the same - nickname. - - - If consensus-method 2 or later is in use, it is also a - requirement to be Named that no authority calls the router's - identity and nickname pair "Unnamed". + nickname. However, if consensus-method 2 or later is in use, and + any authority calls this identity/nickname pair Unnamed, then + this routerstatus does not get the Named flag. * If consensus-method 2 or later is in use, the Unnamed flag is set for a routerstatus if any authorities have voted for a different @@ -1521,7 +1518,7 @@ $Id$ if the router with the right ID can't be found. When a user tries to refer to a non-bound name, the implementation SHOULD - warn the user. After warning the use, the implementation MAY use any + warn the user. After warning the user, the implementation MAY use any router that advertises the name. Not every router needs a nickname. When a router doesn't configure a |