commit a672a21d168131c3da0cad49a7c6f1d6f41fcf23 Author: juga0 juga@riseup.net Date: Tue Mar 19 10:18:21 2019 +0000
bandwidth-file: Replace mistaken NL by SP
in some of the Bandwidth Line KeyValues.
Closes #29814. --- bandwidth-file-spec.txt | 20 ++++++++++---------- 1 file 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.]
tor-commits@lists.torproject.org