diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-03-15 15:41:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-03-15 15:41:59 -0400 |
commit | 03b9c2cb903cc59f83139039d963f1fdea99b83a (patch) | |
tree | fb14f2b2a1bf50cd70b575fadd5395a1bf278b19 /doc/spec/dir-spec.txt | |
parent | f8d176d1b915a867243be4018969450d3f989d22 (diff) | |
download | tor-03b9c2cb903cc59f83139039d963f1fdea99b83a.tar tor-03b9c2cb903cc59f83139039d963f1fdea99b83a.tar.gz |
fix some dangling refs in dirspec
Diffstat (limited to 'doc/spec/dir-spec.txt')
-rw-r--r-- | doc/spec/dir-spec.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 2e862f985..0a2b01db6 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -10,7 +10,7 @@ Caches and authorities must still support older versions of the directory protocols, until the versions of Tor that require them are - finally out of commission. See Section XXXX on backward compatibility. + finally out of commission. This document merges and supersedes the following proposals: @@ -182,7 +182,8 @@ All directory information is uploaded and downloaded with HTTP. [Authorities also generate and caches also cache documents produced and - used by earlier versions of this protocol; see section XXX for notes.] + used by earlier versions of this protocol; see dir-spec-v1.txt and + dir-spec-v2.txt for notes on those versions.] 1.1. What's different from version 2? @@ -1015,7 +1016,7 @@ generate exactly the same consensus given the same set of votes. The procedure for deciding when to generate vote and consensus status - documents are described in section XXX below. + documents are described in section 1.4 on the voting timeline. Status documents contain a preamble, an authority section, a list of router status entries, and one or more footer signature, in that order. |