aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6799
blob: 14ba4ae0c017db927ee4cc00fce2f91116aa851a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  o Major features:

    - Increase the base amount of time that a canonical connection
      (one that we have made to a known OR) is allowed to stay open
      from a 3 minutes to 15 minutes.  This leaks less information
      about when circuits have closed, and avoids unnecessary overhead
      from renegotiating connections. Part of a fix for ticket 6799.

    - Instead of closing connections after they have been idle for a
      fixed interval, randomly add up to 50% to each connection's
      maximum timeout. This makes it harder to tell when the last
      circuit closed by looking at when a connection closes. Part of a
      fix for ticket 6799.

    - Base connection idleness tests on the actual time elapsed since
      the connection last had circuits, not on the time when we last
      added non-padding. This also makes it harder to tell when the last
      circuit closed by looking at when a connection closes. Part of a
      fix for ticket 6799.
      Incidentally fixes bug 12023; bugfix on 0.2.5.1-alpha.