diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-05 23:20:44 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-05 23:20:44 +0000 |
commit | ff9bd0fd3a0acd38e495a3ff7c85011b51c9fcb6 (patch) | |
tree | bad5f24a56ea2825542796c6adacfb7897c27c21 /doc | |
parent | 9c7eaa7a9ddde07ce0bdc9d471a3ca3d40e20caa (diff) | |
download | tor-ff9bd0fd3a0acd38e495a3ff7c85011b51c9fcb6.tar.gz tor-ff9bd0fd3a0acd38e495a3ff7c85011b51c9fcb6.zip |
r17929@catbus: nickm | 2008-02-05 17:10:26 -0500
Fix or downgrade a few XXX020 items.
svn:r13393
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index bc5f10890c..fe8039bc7d 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -945,8 +945,9 @@ $Id$ protocol versioning system, and the protocol is "a version of the Tor protocol more recent than any we recognize." - Directory authorities SHOULD truncate version strings from - descriptors so that "v" lines are no more than 128 characters long. + Directory authorities SHOULD omit version strings they receive from + descriptors if they would cause "v" lines to be over 128 characters + long. The signature section contains the following item, which appears Exactly Once for a vote, and At Least Once for a consensus. @@ -1253,6 +1254,8 @@ $Id$ http://<hostname>/tor/status-vote/current/consensus.z and http://<hostname>/tor/status-vote/current/consensus-signatures.z + [XXX current/consensus-signatures is not currently implemented, as it + is not used in the voting protocol.] The other vote documents are analogously made available under http://<hostname>/tor/status-vote/current/authority.z |