aboutsummaryrefslogtreecommitdiff
path: root/bandwidth-file-spec.txt
diff options
context:
space:
mode:
authorjuga0 <juga@riseup.net>2019-03-19 10:18:21 +0000
committerjuga0 <juga@riseup.net>2019-03-19 10:18:21 +0000
commita672a21d168131c3da0cad49a7c6f1d6f41fcf23 (patch)
treec435acb04b33ea56d66e741a1b9ebf2f708d9754 /bandwidth-file-spec.txt
parent300d66200e6778baba68c12cea03a7e8d8dc7076 (diff)
downloadtorspec-a672a21d168131c3da0cad49a7c6f1d6f41fcf23.tar.gz
torspec-a672a21d168131c3da0cad49a7c6f1d6f41fcf23.zip
bandwidth-file: Replace mistaken NL by SP
in some of the Bandwidth Line KeyValues. Closes #29814.
Diffstat (limited to 'bandwidth-file-spec.txt')
-rw-r--r--bandwidth-file-spec.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index 5174b31..d06488f 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -501,67 +501,67 @@
The Round Trip Time in milliseconds to obtain 1 byte of data.
- "time=" DateTime NL
+ "time=" DateTime SP
[Exactly once.]
The date and time timestamp in ISO 8601 format and UTC time zone
when the last bandwidth was obtained.
- "success=" Int NL
+ "success=" Int SP
[Zero or one time.]
The number of times that the bandwidth measurements for this relay were
successful.
- "error_circ=" Int NL
+ "error_circ=" Int SP
[Zero or one time.]
The number of times that the bandwidth measurements for this relay
failed because of circuit failures.
- "error_stream=" Int NL
+ "error_stream=" Int SP
[Zero or one time.]
The number of times that the bandwidth measurements for this relay
failed because of stream failures.
- "error_misc=" Int NL
+ "error_misc=" Int SP
[Zero or one time.]
The number of times that the bandwidth measurements for this relay
failed because of other reasons.
- "bw_mean=" Int NL
+ "bw_mean=" Int SP
[Zero or one time.]
The measured bandwidth mean for this relay in bytes per second.
- "bw_median=" Int NL
+ "bw_median=" Int SP
[Zero or one time.]
The measured bandwidth median for this relay in bytes per second.
- "desc_bw_average=" Int NL
+ "desc_bw_average=" Int SP
[Zero or one time.]
The descriptor average bandwidth for this relay in bytes per second.
- "desc_bw_obs_last=" Int NL
+ "desc_bw_obs_last=" Int SP
[Zero or one time.]
The last descriptor observed bandwidth for this relay in bytes per
second.
- "desc_bw_obs_mean=" Int NL
+ "desc_bw_obs_mean=" Int SP
[Zero or one time.]