diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-22 14:45:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-22 14:45:03 -0400 |
commit | faa752f3c9bd3faa2d23e6273f657771a3cad078 (patch) | |
tree | abe783ee036b199ccf39b273837999f595aef8b6 /changes/ticket33880 | |
parent | c9751e26119e375fcbc74107e89958957c00ee5e (diff) | |
download | tor-faa752f3c9bd3faa2d23e6273f657771a3cad078.tar.gz tor-faa752f3c9bd3faa2d23e6273f657771a3cad078.zip |
Adjust the rules for warning about too many connections.
Previously we tolerated up to 1.5 connections for every relay we
were connected to, and didn't warn if we had fewer than 5
connections total.
Now we tolerate up to 1.5 connections per relay, and up to 4
connections per authority, and we don't warn at all when we have
fewer than 25 connections total.
Fixes bug 33880, which seems to have been provoked by our #17592
change in 0.3.5.
Diffstat (limited to 'changes/ticket33880')
-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. |