aboutsummaryrefslogtreecommitdiff
path: root/dir-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-17 08:49:30 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-17 08:49:30 -0400
commit1fb4cb58e98af3d4ac153efe6d0ddc43665d9a74 (patch)
tree8f0327f35be054e18cc3c55b44bb4e50675c2991 /dir-spec.txt
parentc0b2dc9f17e0da69f065ccd06ba27645396cd3a1 (diff)
parent2cce07d59a5391f8b6d9e1c8805ce1889b15f127 (diff)
downloadtorspec-1fb4cb58e98af3d4ac153efe6d0ddc43665d9a74.tar.gz
torspec-1fb4cb58e98af3d4ac153efe6d0ddc43665d9a74.zip
Merge remote-tracking branch 'teor/bug26799'
Diffstat (limited to 'dir-spec.txt')
-rw-r--r--dir-spec.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index f15da95..7da4c9a 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2091,7 +2091,7 @@
[At most once for votes; does not occur in consensuses.]
- KeyValues ::= KeyValue | KeyValues SP KeyValue
+ KeyValues ::= "" | KeyValue | KeyValues SP KeyValue
KeyValue ::= Keyword '=' Value
Value ::= ArgumentCharValue+
ArgumentCharValue ::= any printing ASCII character except NL and SP.
@@ -2099,6 +2099,12 @@
The headers from the bandwidth file used to generate this vote.
The bandwidth file headers are described in bandwidth-file-spec.txt.
+ If an authority is not configured with a V3BandwidthsFile, this line
+ SHOULD NOT appear in its vote.
+
+ If an authority is configured with a V3BandwidthsFile, but parsing
+ fails, this line SHOULD appear in its vote, but without any headers.
+
Current Keywords:
"timestamp" -- the Unix Epoch time in seconds of the most recent
generator result.