mirror of
https://github.com/torproject/torspec.git
synced 2025-03-03 06:15:29 +00:00
Fix wording in a clarification.
This commit is contained in:
parent
a24d66be15
commit
fd47b40097
@ -485,11 +485,11 @@ double or triple this), then the congestion window is decreased.
|
||||
elif queue_use > vegas_beta:
|
||||
cwnd = cwnd - circwindow_inc/cwnd # linear backoff
|
||||
|
||||
Notice that we only decrease the window size by a single packet per
|
||||
Notice that we only change the window size by a single packet per
|
||||
congestion window, rather than by the full delta between current
|
||||
queue_use and the target value. This is done because if more than one
|
||||
connection jumps to use the available bandwidth at once, excess
|
||||
congestion will result.
|
||||
congestion will result (or underutilization).
|
||||
|
||||
3.2.3. Tor Vegas: Complete SENDME Update Algorithm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user