diff options
author | Roger Dingledine <arma@torproject.org> | 2007-11-29 13:19:11 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-11-29 13:19:11 +0000 |
commit | 996b8719e51ce24863c8d9fef9c8236d5bbd19e8 (patch) | |
tree | ddfea558e98f90f79139c75755529bdaf70cff55 /doc | |
parent | b258d3ec5ab58b15c235ecf8d3878d9a1571d788 (diff) | |
download | tor-996b8719e51ce24863c8d9fef9c8236d5bbd19e8.tar.gz tor-996b8719e51ce24863c8d9fef9c8236d5bbd19e8.zip |
fix some typos (i think) in the dir spec. also, note that you'd
better *not* publish a cosmetically similar descriptor within 12
hours of the last one.
svn:r12605
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 9ebe929561..6d3a4726b1 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -187,7 +187,7 @@ $Id$ 1.1. What's different from version 2? - Clients used to download a multiple network status documents, + Clients used to download multiple network status documents, corresponding roughly to "status votes" above. They would compute the result of the vote on the client side. @@ -243,7 +243,7 @@ $Id$ implementations MUST prefix items not recognized by older versions of Tor with an "opt" until those versions of Tor are obsolete. [Note that key certificates, status vote documents, extra info documents, and - status consensus documents will never by read by older versions of Tor.] + status consensus documents will never be read by older versions of Tor.] Other implementations that want to extend Tor's directory format MAY introduce their own items. The keywords for extension items SHOULD start @@ -328,8 +328,8 @@ $Id$ FU: The consensus is no longer the freshest consensus. - FU ... (the current descriptor's VU): Clients download the consensus. - (See note above: clients guess that the next descriptor's FU will be + FU ... (the current consensus's VU): Clients download the consensus. + (See note above: clients guess that the next consensus's FU will be two intervals after the current VA.) VU: The consensus is no longer valid. @@ -353,6 +353,13 @@ $Id$ - Its uptime has been reset (by restarting). + [XXX this list is incomplete; see router_differences_are_cosmetic() + in routerlist.c for others] + + ORs SHOULD NOT publish a new router descriptor or extra-info document + if none of the above events have occurred and not much time has passed + (12 hours by default). + After generating a descriptor, ORs upload them to every directory authority they know, by posting them (in order) to the URL |