]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug40642.
authorMike Perry <mikeperry-git@torproject.org>
Thu, 4 Aug 2022 21:23:40 +0000 (21:23 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 11 Aug 2022 13:26:51 +0000 (09:26 -0400)
changes/bug40642 [new file with mode: 0644]

diff --git a/changes/bug40642 b/changes/bug40642
new file mode 100644 (file)
index 0000000..f50d87e
--- /dev/null
@@ -0,0 +1,9 @@
+  o Major bugfixes (congestion control):
+    - Implement RFC3742 Limited Slow Start. Congestion control was
+      overshooting the congestion window during slow start, particularly for
+      onion service activity. With this fix, we now update the congestion
+      window more often during slow start, as well as dampen the exponential
+      growth when the congestion window grows above a capping parameter.
+      This should reduce the memory increases guard relays were seeing, as
+      well as allow us to set lower queue limits to defend against
+      ongoing DoS attacks. Fixes bug 40642; bugfix on 0.4.7.5-alpha.