diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-03 03:05:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-03 03:05:10 +0000 |
commit | f4ce7f9c9b43aacf307b83e086dfe6605b320bb2 (patch) | |
tree | 6449f09b1ab475202c8efb10f77b6fca22f7511e /doc/spec | |
parent | e0d828299a65062ed6985fa46c2fb53901234f06 (diff) | |
download | tor-f4ce7f9c9b43aacf307b83e086dfe6605b320bb2.tar tor-f4ce7f9c9b43aacf307b83e086dfe6605b320bb2.tar.gz |
r13166@catbus: nickm | 2007-06-02 23:02:40 -0400
First cut at code to parse and validate v3 networkstatus votes.
svn:r10461
Diffstat (limited to 'doc/spec')
-rw-r--r-- | doc/spec/dir-spec.txt | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 343ae8e72..230171493 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -704,13 +704,25 @@ $Id$ [Exactly once.] - The start of the Interval for this vote. + The start of the Interval for this vote. XXXX + + "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL + + [Exactly once.] + + XXXX "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL [Exactly once.] - The end of the Interval for this vote, plus CONSENSUS_DELAY. + The end of the Interval for this vote. XXXX + + "voting-delay" SP VoteSeconds SP DistSeconds NL + + [Exactly once.] + + XXXX "client-versions" SP VersionList NL @@ -968,6 +980,7 @@ $Id$ The digest of the consensus being signed. "valid-after" SP YYYY-MM-DD SP HH:MM:SS NL + "fresh-until" SP YYYY-MM-DD SP HH:MM:SS NL "valid-until" SP YYYY-MM-DD SP HH:MM:SS NL [As in the consensus] |