diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-24 14:41:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-24 14:41:06 +0000 |
commit | cf2ac9b9e15390df5bc64866b0989325665662c8 (patch) | |
tree | 36b9f0212f844b5f19bc53634cea7f11f59cec44 /doc/spec | |
parent | c3805e753a61fb9ab7efe09eb59a4b18c1539702 (diff) | |
download | tor-cf2ac9b9e15390df5bc64866b0989325665662c8.tar.gz tor-cf2ac9b9e15390df5bc64866b0989325665662c8.zip |
r14202@Kushana: nickm | 2007-08-24 09:55:30 -0400
Add purposes for new things we need to fetch for v3 directory system.
svn:r11268
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/dir-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 4342a67f01..b95f23531b 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1139,7 +1139,7 @@ $Id$ An authority SHOULD publish its vote immediately at the start of each voting period (minus VoteSeconds+DistSeconds). It does this by making it available at - http://<hostname>/tor/status-vote/current/authority.z + http://<hostname>/tor/status-vote/next/authority.z and sending it in an HTTP POST request to each other authority at the URL http://<hostname>/tor/post/vote @@ -1149,7 +1149,7 @@ $Id$ Once an authority has a vote from another authority, it makes it available at - http://<hostname>/tor/status-vote/current/<fp>.z + http://<hostname>/tor/status-vote/next/<fp>.z where <fp> is the fingerprint of the other authority's identity key. The consensus status, along with as many signatures as the server |