aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-06-11 11:52:58 -0400
committerNick Mathewson <nickm@torproject.org>2014-06-11 11:52:58 -0400
commitbbb8f12ee4efd6f1c2bc8b34dfaf50e314863476 (patch)
tree061d082ea6f6fe84fc4f841f758118cfc519063e
parent6557e612959dd9a1df4e85df4a11153be38db3ca (diff)
downloadtor-bbb8f12ee4efd6f1c2bc8b34dfaf50e314863476.tar
tor-bbb8f12ee4efd6f1c2bc8b34dfaf50e314863476.tar.gz
Tweak changes entry for 6799
-rw-r--r--changes/bug679910
1 files changed, 5 insertions, 5 deletions
diff --git a/changes/bug6799 b/changes/bug6799
index 14ba4ae0c..72b6519a2 100644
--- a/changes/bug6799
+++ b/changes/bug6799
@@ -1,8 +1,8 @@
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
+ (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.
@@ -14,7 +14,7 @@
- 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.
+ 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.