aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2022-12-14 17:19:01 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-01-10 11:56:21 -0500
commit894ddb837ca480933400bce1900651230c8b5742 (patch)
tree415b050c874ee2ae20b36d054235f066a2b0970e
parent5ddd3a9069081c9a96d9beb1b0ef99f27636eef5 (diff)
downloadtor-894ddb837ca480933400bce1900651230c8b5742.tar.gz
tor-894ddb837ca480933400bce1900651230c8b5742.zip
Changes file for bug 40732
-rw-r--r--changes/bug407327
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.