aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-07 08:29:23 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-07 08:29:23 -0400
commit5f5587ee500c86d2f0ccdb808dfc90201321fdd9 (patch)
treed32fd80c40e1ebfb5a8abbf25756e7ca4f92657d /changes
parentad7ffa5240c4b3a9b675a12f0705d9cbe0bc8beb (diff)
parentfaa752f3c9bd3faa2d23e6273f657771a3cad078 (diff)
downloadtor-5f5587ee500c86d2f0ccdb808dfc90201321fdd9.tar.gz
tor-5f5587ee500c86d2f0ccdb808dfc90201321fdd9.zip
Merge remote-tracking branch 'tor-gitlab/mr/77' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket338806
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket33880 b/changes/ticket33880
new file mode 100644
index 0000000000..c1889bb134
--- /dev/null
+++ b/changes/ticket33880
@@ -0,0 +1,6 @@
+ o Minor bugfixes (relay, usability):
+ - Adjust the rules for when to warn about having too many connections
+ to other relays. Previously we'd tolerate up to 1.5 connections
+ per relay on average. Now we tolerate more connections for directory
+ authorities, and raise the number of total connections we need
+ to see before we warn. Fixes bug 33880; bugfix on 0.3.1.1-alpha.