diff options
author | David Goulet <dgoulet@torproject.org> | 2023-01-10 11:57:11 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-10 11:57:11 -0500 |
commit | c1d8db8ba57a9ed1419e121c4275b57101403ff6 (patch) | |
tree | efc9812d149b4f6f33b18f66f4d61df3bf64bb3c /changes | |
parent | 80748f41affa79588b7d1ada04de7cefde0d24e5 (diff) | |
parent | c50496036b5eea150ce5019b06140b8065f992a2 (diff) | |
download | tor-c1d8db8ba57a9ed1419e121c4275b57101403ff6.tar.gz tor-c1d8db8ba57a9ed1419e121c4275b57101403ff6.zip |
Merge branch 'maint-0.4.7' into release-0.4.7
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. |