Add an option to close 'almost-connected' HS client circs on timeout

This commit is contained in:
Robert Ransom
2011-12-24 00:46:37 -08:00
parent 4b13c33c0c
commit 078e3e9dd5
5 changed files with 28 additions and 8 deletions
+4 -2
View File
@@ -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.