diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:29:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-10-07 08:29:31 -0400 |
commit | 3e9fa5a029af55a0175b106199a5371fd87c8e4a (patch) | |
tree | c2f2c92a5804145b3e8f0b5896116cfbea158518 /changes | |
parent | 701a1936fae48c6887cadd90dbe50ae84a00a29f (diff) | |
parent | 5f5587ee500c86d2f0ccdb808dfc90201321fdd9 (diff) | |
download | tor-3e9fa5a029af55a0175b106199a5371fd87c8e4a.tar.gz tor-3e9fa5a029af55a0175b106199a5371fd87c8e4a.zip |
Merge branch 'maint-0.3.5' into maint-0.4.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33880 | 6 |
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. |