commit f6098f962542d8cfeb76dcde1367129fc9caccc5 Author: juga0 juga@riseup.net Date: Mon May 28 21:02:20 2018 +0000
New KeyValues in sbws are not mandatory
therefore replace Exactly once by Zero or one time --- bandwidth-file-spec.txt | 6 +++--- 1 file 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.