aboutsummaryrefslogtreecommitdiff
path: root/bandwidth-file-spec.txt
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2018-05-28 21:02:20 +0000
committerjuga0 <juga@riseup.net>2018-05-28 21:02:20 +0000
commitf6098f962542d8cfeb76dcde1367129fc9caccc5 (patch)
tree6929045fe4668228c3adfff64f260552b23be315 /bandwidth-file-spec.txt
parent161b66f49abeabad6e2c9d008ce51d54f904094e (diff)
downloadtorspec-f6098f962542d8cfeb76dcde1367129fc9caccc5.tar.gz
torspec-f6098f962542d8cfeb76dcde1367129fc9caccc5.zip
New KeyValues in sbws are not mandatory
therefore replace Exactly once by Zero or one time
Diffstat (limited to 'bandwidth-file-spec.txt')
-rw-r--r--bandwidth-file-spec.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index 6768d41..7a82510 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -327,21 +327,21 @@ Every RelayLine in sbws version 0.1.0 consists of:
"success=" Int NL
- [Exactly once.]
+ [Zero or one time.]
The number of times that the bandwidth measurements for this relay were
successful.
"error_circ=" Int NL
- [Exactly once.]
+ [Zero or one time.]
The number of times that the bandwidth measurement for this relay
failed because of circuit failures.
"error_stream=" Int NL
- [Exactly once.]
+ [Zero or one time.]
The number of times that the bandwidth measurement for this relay
failed because of stream failures.