]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for bug 40732
authorMike Perry <mikeperry-git@torproject.org>
Wed, 14 Dec 2022 17:19:01 +0000 (17:19 +0000)
committerMike Perry <mikeperry-git@torproject.org>
Tue, 10 Jan 2023 15:46:03 +0000 (15:46 +0000)
changes/bug40732 [new file with mode: 0644]

diff --git a/changes/bug40732 b/changes/bug40732
new file mode 100644 (file)
index 0000000..f2388e7
--- /dev/null
@@ -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.