commit 15d2c00685bc83deaa2422ab79771d2204e989c8 Author: teor teor@torproject.org Date: Wed Nov 7 17:44:18 2018 +0000
Include bw_obs_i variable in step 5
Co-Authored-By: juga0 juga@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 120789a..50e7294 100644 --- a/bandwidth-file-spec.txt +++ b/bandwidth-file-spec.txt @@ -578,7 +578,7 @@ would be included in the next bandwidth authority's upcoming vote. r_i = max(r_filt_i, r_strm_i)
5. Calculate the scaled bandwidth for each relay: - The most recent descriptor observed bandwidth is multiplied by the ratio + The most recent descriptor observed bandwidth (`bw_obs_i`) is multiplied by the ratio
In pseudocode:
tor-commits@lists.torproject.org