r13166@catbus: nickm | 2007-06-02 23:02:40 -0400

First cut at code to parse and validate v3 networkstatus votes.


svn:r10461
This commit is contained in:
Nick Mathewson 2007-06-03 03:05:10 +00:00
parent 61d35525e6
commit 195d37b482

View File

@ -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]