[or-cvs] r12605: fix some typos (i think) in the dir spec. also, note that yo (tor/trunk/doc/spec)

arma at seul.org arma at seul.org
Thu Nov 29 13:19:11 UTC 2007


Author: arma
Date: 2007-11-29 08:19:11 -0500 (Thu, 29 Nov 2007)
New Revision: 12605

Modified:
   tor/trunk/doc/spec/dir-spec.txt
Log:
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.


Modified: tor/trunk/doc/spec/dir-spec.txt
===================================================================
--- tor/trunk/doc/spec/dir-spec.txt	2007-11-29 13:05:52 UTC (rev 12604)
+++ tor/trunk/doc/spec/dir-spec.txt	2007-11-29 13:19:11 UTC (rev 12605)
@@ -187,7 +187,7 @@
 
 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 @@
   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 @@
 
    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 @@
 
       - 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
 



More information about the tor-commits mailing list