aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-30 12:25:07 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-30 12:25:07 -0400
commit16cfca501ff27dd11daa9dc75ba9f5d99c48bdf5 (patch)
tree8e05f1c46aa9d691ec1689ebc60872f032f2629c /changes
parent5f182ea10e25ed027cf75627f74013e7c6da2038 (diff)
parent8fc02a8e0ca431e4b61e54ed0aa10e7f0215c340 (diff)
downloadtor-16cfca501ff27dd11daa9dc75ba9f5d99c48bdf5.tar.gz
tor-16cfca501ff27dd11daa9dc75ba9f5d99c48bdf5.zip
Merge branch 'bug1297a' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1297a16
1 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug1297a b/changes/bug1297a
new file mode 100644
index 0000000000..140b94e3b0
--- /dev/null
+++ b/changes/bug1297a
@@ -0,0 +1,16 @@
+ o Major bugfixes:
+ - Apply circuit timeouts to opened hidden-service-related circuits
+ based on the correct start time. Previously, we would apply the
+ circuit build timeout based on time since the circuit's
+ creation; it was supposed to be applied based on time since the
+ circuit entered its current state. Bugfix on 0.0.6; fixes part
+ of bug 1297.
+ - Use the same circuit timeout for client-side introduction
+ circuits as for other four-hop circuits. Previously,
+ client-side introduction circuits were closed after the same
+ timeout as single-hop directory-fetch circuits; this was
+ appropriate with the static circuit build timeout in 0.2.1.x and
+ earlier, but caused many hidden service access attempts to fail
+ with the adaptive CBT introduced in 0.2.2.2-alpha. Bugfix on
+ 0.2.2.2-alpha; fixes another part of bug 1297.
+