diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-12-24 04:55:20 -0800 |
---|---|---|
committer | Robert Ransom <rransom.8774@gmail.com> | 2011-12-27 08:02:43 -0800 |
commit | 836161c56062686d274abf4218779c4db5c8cf5c (patch) | |
tree | 382e1825809d3ac785082c6e52773342e3ddd5da /changes | |
parent | f88c8ca8c98dc3a0c9e63012ce425d1287625444 (diff) | |
download | tor-836161c56062686d274abf4218779c4db5c8cf5c.tar.gz tor-836161c56062686d274abf4218779c4db5c8cf5c.zip |
Add an option to close HS service-side rend circs on timeout
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1297b | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/changes/bug1297b b/changes/bug1297b index 9cf2597b02..fb0d00cabf 100644 --- a/changes/bug1297b +++ b/changes/bug1297b @@ -14,5 +14,7 @@ - Don't close hidden-service-side rendezvous circuits when they reach the normal circuit-build timeout. Previously, we would - close them. Fixes the remaining part of bug 1297. + close them. This behaviour change can be disabled using the new + CloseHSServiceRendCircuitsImmediatelyOnTimeout option. Fixes + the remaining part of bug 1297. |