aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRobert Ransom <rransom.8774@gmail.com>2011-12-24 00:46:37 -0800
committerRobert Ransom <rransom.8774@gmail.com>2011-12-27 08:02:43 -0800
commit078e3e9dd59520b7f40a126a91e89eba91098c49 (patch)
treef93fd2aeb654cd995a6ef693be2b9e7831c8fa61 /changes
parent4b13c33c0c18c66cc39caba9b70005bbe43c6613 (diff)
downloadtor-078e3e9dd59520b7f40a126a91e89eba91098c49.tar
tor-078e3e9dd59520b7f40a126a91e89eba91098c49.tar.gz
Add an option to close 'almost-connected' HS client circs on timeout
Diffstat (limited to 'changes')
-rw-r--r--changes/bug1297b6
1 files changed, 4 insertions, 2 deletions
diff --git a/changes/bug1297b b/changes/bug1297b
index 2b2754add..28b7564e2 100644
--- a/changes/bug1297b
+++ b/changes/bug1297b
@@ -7,6 +7,8 @@
from the introduction-point relay and rendezvous circuits which
have been specified in an INTRODUCE1 cell sent to a hidden
service after the normal CBT; now, we mark them as 'timed out',
- and launch another rendezvous attempt in parallel. Fixes part
- of bug 1297.
+ and launch another rendezvous attempt in parallel. This
+ behaviour change can be disabled using the new
+ CloseHSClientCircuitsImmediatelyOnTimeout option. Fixes part of
+ bug 1297.