]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Light editing to changes entries for 0.4.7.5-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Mar 2022 15:41:20 +0000 (11:41 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Mar 2022 15:41:20 +0000 (11:41 -0400)
changes/ticket40312
changes/ticket40560
changes/ticket40576
changes/ticket40579

index ef572d0e6965336885cc73cd0fbf5f61b2525c11..c93ea2f351ed9f32bcbc24ef7ab72d56d0d15626 100644 (file)
@@ -1,5 +1,6 @@
   o Major bugfixes (relay, DNS):
     - Lower the DNS timeout from 3 attempts at 5 seconds each to 2 attempts at
       1 seconds each. Two new consensus parameters were added to control these
-      values. See ticket for more details on why. Fixes bug 40312; bugfix on
+      values. This change should improve observed performance under DNS load;
+      see ticket for more details. Fixes bug 40312; bugfix on
       0.3.5.1-alpha.
index 01dc134ed7df21d48430b1ec65eae539b412f633..f323713d91b654b9f470fb85b85edc75bacf9568 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes (relay, overload):
-    - Use a fraction and assessment period of ntor handshake drops for the
-      overload general signal. Before that, a single drop could trigger an
-      overload state which was far from useful. Fixes bug 40560; bugfix on
-      0.4.7.1-alpha.
+    - Decide whether to signal overload based on a fraction and
+      assessment period of ntor handshake drops. Previously, a single
+      drop could trigger an overload state, which caused many false
+      positives. Fixes bug 40560; bugfix on 0.4.7.1-alpha.
index c9e37455607241d61d0e883fb76c6545ec99c8b8..fa4b1cd740d3da053f484a70b72d17f020195d5c 100644 (file)
@@ -1,5 +1,5 @@
   o Minor bugfixes (onion service congestion control):
-    - Avoid a non fatal assert in case we can't setup congestion control on the
-      rendezvous circuit after opening. Fixes bug 40576; bugfix on
-      0.4.7.4-alpha.
-
+    - Avoid a non-fatal assertion failure in the case where we fail to set up
+      congestion control on a rendezvous circuit. This could happen naturally
+      if a cache entry expired at an unexpected time. Fixes bug 40576; bugfix
+      on 0.4.7.4-alpha.
index e2558c1102317f9899b413f80dacc603bc6eb801..37962900934e702c7f65dabb7b3d3da9d0814d4d 100644 (file)
@@ -1,3 +1,4 @@
   o Minor bugfixes (onion service, client):
-    - Fix a fatal assert due to a guard subsystem recursion triggered by the
+    - Fix a rare but fatal assertion failure due to a guard subsystem
+      recursion triggered by the
       onion service client. Fixes bug 40579; bugfix on 0.3.5.1-alpha.