[tor-commits] [torspec/master] Include variable used in pseudocode in step 1

nickm at torproject.org nickm at torproject.org
Mon Nov 26 21:52:47 UTC 2018


commit 102f3727a65de1030eb26f4943437d42b8e37e37
Author: teor <teor at torproject.org>
Date:   Wed Nov 7 17:30:29 2018 +0000

    Include variable used in pseudocode in step 1
    
    Co-Authored-By: juga0 <juga at riseup.net>
---
 bandwidth-file-spec.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index d8c27de..b5b400c 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -535,7 +535,7 @@ ones that this bandwidth authority has measured for the relays that
 would be included in the next bandwidth authority's upcoming vote.
 
 1. Calculate the filtered bandwidth for each relay:
-   - choose the relay's measurements that are equal or greater than the
+   - choose the relay's measurements (`bw_j`) that are equal or greater than the
      mean of the measurements for this relay
    - calculate the mean of those measurements
 





More information about the tor-commits mailing list