fix a bunch of lintchanges complaints

This commit is contained in:
Nick Mathewson
2017-05-15 15:27:13 -04:00
parent 480f966a74
commit f98f5ca40b
18 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
o Minor bugfixes (connection usage)
o Minor bugfixes (connection usage):
- Use NETINFO cells to try to determine if both relays involved in
a connection will agree on the canonical status of that connection.
Prefer the connections where this is the case for extend cells,
@@ -6,7 +6,7 @@
status early. Also, additionally alter the connection selection
logic to prefer the oldest valid connection for extend cells.
These two changes should reduce the number of long-term connections
that are kept open between relays. Fixes bug #17604.
that are kept open between relays. Fixes bug 17604.
- Relays will now log hourly statistics on the total number of
connections to other relays. If the number of connections per relay
unexpectedly large, this log message is at notice level. Otherwise