diff options
author | Mike Perry <mikeperry-git@torproject.org> | 2022-12-14 17:19:01 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-10 11:56:21 -0500 |
commit | 894ddb837ca480933400bce1900651230c8b5742 (patch) | |
tree | 415b050c874ee2ae20b36d054235f066a2b0970e /changes | |
parent | 5ddd3a9069081c9a96d9beb1b0ef99f27636eef5 (diff) | |
download | tor-894ddb837ca480933400bce1900651230c8b5742.tar.gz tor-894ddb837ca480933400bce1900651230c8b5742.zip |
Changes file for bug 40732
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40732 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug40732 b/changes/bug40732 new file mode 100644 index 0000000000..f2388e7e8d --- /dev/null +++ b/changes/bug40732 @@ -0,0 +1,7 @@ + o Major bugfixes (congestion control): + - Avoid incrementing the congestion window when the window is not + fully in use. Thia prevents overshoot in cases where long periods + of low activity would allow our congestion window to grow, and + then get followed by a burst, which would cause queue overload. + Also improve the increment checks for RFC3742. Fixes bug 40732; + bugfix on 0.4.7.5-alpha. |