bug17604 848 B

123456789101112131415
  1. o Minor bugfixes (connection usage):
  2. - Use NETINFO cells to try to determine if both relays involved in
  3. a connection will agree on the canonical status of that connection.
  4. Prefer the connections where this is the case for extend cells,
  5. and try to close connections where relays disagree on canonical
  6. status early. Also, additionally alter the connection selection
  7. logic to prefer the oldest valid connection for extend cells.
  8. These two changes should reduce the number of long-term connections
  9. that are kept open between relays. Fixes bug 17604; bugfix on
  10. 0.2.5.5-alpha.
  11. - Relays will now log hourly statistics on the total number of
  12. connections to other relays. If the number of connections per relay
  13. unexpectedly large, this log message is at notice level. Otherwise
  14. it is at info.