diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-10-18 15:09:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-18 18:46:12 -0400 |
commit | a007a7c6ba39c77b36faa1e1c4864252ec1af8b7 (patch) | |
tree | 3aeb343eca323bca967e23fa821d8c97a0045046 /doc | |
parent | 200c39b66cc6e157e78a67481b85e237ccffbef3 (diff) | |
download | tor-a007a7c6ba39c77b36faa1e1c4864252ec1af8b7.tar tor-a007a7c6ba39c77b36faa1e1c4864252ec1af8b7.tar.gz |
Revise consensus-flavors proposal to better URLs.
The old flavored consensus URL format made it harder to decode URLs
based on their prefixes, and didn't take into account our "only give
it to me if it's signed by enough authorities" stuff.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/proposals/162-consensus-flavors.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/spec/proposals/162-consensus-flavors.txt b/doc/spec/proposals/162-consensus-flavors.txt index e257205bb..e3b697afe 100644 --- a/doc/spec/proposals/162-consensus-flavors.txt +++ b/doc/spec/proposals/162-consensus-flavors.txt @@ -72,9 +72,11 @@ Spec modifications: design. In addition to the consensus currently served at - /tor/status-vote/(current|next)/consensus.z , authorities serve - another consensus of each flavor "F" from the location - /tor/status-vote/(current|next)/F/consensus.z. + /tor/status-vote/(current|next)/consensus.z and + /tor/status-vote/(current|next)/consensus/<FP1>+<FP2>+<FP3>+....z , + authorities serve another consensus of each flavor "F" from the + locations /tor/status-vote/(current|next)/consensus-F.z. and + /tor/status-vote/(current|next)/consensus-F/<FP1>+....z. When caches serve these documents, they do so from the same locations. |