diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-30 06:18:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-30 06:18:46 +0000 |
commit | 38e0dc94e172c41f3554fe5a913d817f5cd4b499 (patch) | |
tree | f59b64b3702d464d1e0d63e4805c57fcf23842bd /doc | |
parent | f19e9b85778fcc6f1aa0e4bbaa9865801c6150d3 (diff) | |
download | tor-38e0dc94e172c41f3554fe5a913d817f5cd4b499.tar.gz tor-38e0dc94e172c41f3554fe5a913d817f5cd4b499.zip |
It seems that some people just don't appreciate my avant-garde communication
style, and expect me to use sentences in documentation. Doh.
svn:r3034
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-spec.txt | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index ef079bd466..d08cb884fa 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -693,10 +693,10 @@ The items' formats are as follows: Same as declaring "port" as this OR's directory port in the 'router' line. At most one of dircacheport and the directory port in the router - line. + line may be non-zero. [Obsolete; will go away once 0.0.8 is dead. Older version of Tor - did poorly when non-authoritative directories has a non-0 directory + did poorly when non-authoritative directories has a non-zero directory port. To transition, Tor 0.0.8 used dircacheport for nonauthoritative directories.] @@ -707,7 +707,7 @@ The items' formats are as follows: "family" names NL - 'Names' is a space-separated list of server nicknames. If two ORs + 'Names' is a space-separated list of server nicknames. If two ORs list one another in their "family" entries, then OPs should treat them as a single OR for the purpose of path selection. @@ -720,10 +720,9 @@ The items' formats are as follows: Declare how much bandwidth the OR has used recently. Usage is divided into intervals of NSEC seconds. The YYYY-MM-DD HH:MM:SS field defines - the end of the most recent interval. The numbers list the number of + the end of the most recent interval. The numbers are the number of bytes used in the most recent intervals, ordered from oldest to newest. - nickname ::= between 1 and 19 alphanumeric characters, case-insensitive. exitpattern ::= addrspec ":" portspec @@ -751,15 +750,15 @@ descriptors, and a single "directory-signature" item. "signed-directory" - Indicates the start of a + Indicates the start of a directory. "published" YYYY-MM-DD HH:MM:SS The time at which this directory was generated and signed, in GMT. - "directory-signing-key" + "directory-signing-key" - The key used to sign this directory; see "signing-key". + The key used to sign this directory; see "signing-key" for format. "recommended-software" comma-separated-version-list |