aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6799
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-16 15:00:10 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-16 15:00:35 -0400
commit205084631257751b655c5bf33a1f290e2741bf27 (patch)
tree2064abd0e920e7920423f45dc0bd631d2ed6bf5c /changes/bug6799
parent2f4fcfc8d14bfae233b1485fd171cc48d6d79fdb (diff)
downloadtor-205084631257751b655c5bf33a1f290e2741bf27.tar
tor-205084631257751b655c5bf33a1f290e2741bf27.tar.gz
Bring remaining 0.2.5.5-alpha entries into changelog
Diffstat (limited to 'changes/bug6799')
-rw-r--r--changes/bug679920
1 files changed, 0 insertions, 20 deletions
diff --git a/changes/bug6799 b/changes/bug6799
deleted file mode 100644
index 72b6519a2..000000000
--- a/changes/bug6799
+++ /dev/null
@@ -1,20 +0,0 @@
- 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 idle
- from 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 change also makes it harder for an
- observer 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.