[tor-commits] [torspec/master] bandwidth-file: add units to the bandwidth values.

nickm at torproject.org nickm at torproject.org
Fri Feb 8 13:46:29 UTC 2019


commit 50f43f752188a92ccdb45b12a8882b03ea5dfd16
Author: juga0 <juga at riseup.net>
Date:   Mon Feb 4 17:48:16 2019 +0000

    bandwidth-file: add units to the bandwidth values.
---
 bandwidth-file-spec.txt | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index 96b5d03..0a31563 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -362,7 +362,7 @@
 
       [Exactly once.]
 
-      The measured bandwidth of this relay.
+      The measured bandwidth of this relay in kilobytes per second.
 
       No Zero Bandwidths:
       Tor accepts zero bandwidths, but they trigger bugs in older Tor
@@ -516,31 +516,33 @@
 
       [Zero or one time.]
 
-      The measured bandwidth mean for this relay.
+      The measured bandwidth mean for this relay in bytes per second.
 
     "bw_median=" Int NL
 
       [Zero or one time.]
 
-      The measured bandwidth median for this relay.
+      The measured bandwidth median for this relay in bytes per second.
 
     "desc_bw_average=" Int NL
 
       [Zero or one time.]
 
-      The descriptor average bandwidth for this relay.
+      The descriptor average bandwidth for this relay in bytes per second.
 
     "desc_bw_obs_last=" Int NL
 
       [Zero or one time.]
 
-      The last descriptor observed bandwidth for this relay.
+      The last descriptor observed bandwidth for this relay in bytes per
+      second.
 
     "desc_bw_obs_mean=" Int NL
 
       [Zero or one time.]
 
-      The descriptor observed bandwidth mean for this relay.
+      The descriptor observed bandwidth mean for this relay in bytes per
+      second.
 
 2.4.2.2. Torflow
 





More information about the tor-commits mailing list