summaryrefslogtreecommitdiff
path: root/changes/ticket40560
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2022-03-24 11:41:20 -0400
committerNick Mathewson <nickm@torproject.org>2022-03-24 11:41:20 -0400
commit8fcdc4c63f5a44d67d825b072ba3cbbb8279f028 (patch)
treeb0eb9a6ed6af67672f25757def439a9402df0578 /changes/ticket40560
parent649539e82ae98889653c39a78afc4e261b83f677 (diff)
downloadtor-8fcdc4c63f5a44d67d825b072ba3cbbb8279f028.tar.gz
tor-8fcdc4c63f5a44d67d825b072ba3cbbb8279f028.zip
Light editing to changes entries for 0.4.7.5-alpha
Diffstat (limited to 'changes/ticket40560')
-rw-r--r--changes/ticket405608
1 files changed, 4 insertions, 4 deletions
diff --git a/changes/ticket40560 b/changes/ticket40560
index 01dc134ed7..f323713d91 100644
--- a/changes/ticket40560
+++ b/changes/ticket40560
@@ -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.