Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
36d96da7
Commit
36d96da7
authored
Mar 22, 2021
by
juga
Browse files
Merge branch 'bug_40082' into 'maint-1.1'
fix: doc: Clarify Torflow aggregation Closes
#40082
See merge request
!80
parents
37d5c0ab
664742c4
Pipeline
#4146
passed with stage
in 24 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/source/torflow_aggr.rst
View file @
36d96da7
...
...
@@ -305,7 +305,7 @@ In Torflow's `aggregate.py`_ code::
So::
n.ratio = max(sbw_ratio, n.fbw_ratio)
n.ratio = max(
n.
sbw_ratio, n.fbw_ratio)
This is also expressed in pseudocode in the `bandwidth file spec`_, section B.4
step 2 and 3.
...
...
@@ -329,7 +329,7 @@ So::
n.new_bw = (
min(bandwidth-avg, bandwidth-observed) or 1 \
* max(bwstrm_i / bwstrm, bwfilt_i / bwfilt
_i
)
* max(bwstrm_i / bwstrm, bwfilt_i / bwfilt)
)
This is also expressed in pseudocode in the `bandwidth file spec`_, section B.4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment