From f4ce7f9c9b43aacf307b83e086dfe6605b320bb2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 3 Jun 2007 03:05:10 +0000 Subject: r13166@catbus: nickm | 2007-06-02 23:02:40 -0400 First cut at code to parse and validate v3 networkstatus votes. svn:r10461 --- doc/spec/dir-spec.txt | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'doc/spec') 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] -- cgit v1.2.3