diff options
author | David Goulet <dgoulet@ev0ke.net> | 2016-04-19 14:23:12 -0400 |
---|---|---|
committer | David Goulet <dgoulet@ev0ke.net> | 2016-04-19 14:24:20 -0400 |
commit | 1e553b6c68b5bffeda07dea5b5adcac9730013dd (patch) | |
tree | f08b71dc263f893adb688f420858751780693c9e /changes/bug13239 | |
parent | 520799f0846a2f32396fbbbea94a00fbe633c9d8 (diff) | |
download | tor-1e553b6c68b5bffeda07dea5b5adcac9730013dd.tar.gz tor-1e553b6c68b5bffeda07dea5b5adcac9730013dd.zip |
Increase number of preemptive internal circuits
When we connect to a hidden service as a client we may need three internal
circuits, one for the descriptor retrieval, introduction, and rendezvous.
Let's try to make sure we have them. Closes #13239.
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
Diffstat (limited to 'changes/bug13239')
-rw-r--r-- | changes/bug13239 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13239 b/changes/bug13239 new file mode 100644 index 0000000000..17030c923a --- /dev/null +++ b/changes/bug13239 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service client): + - Increase the minimum number of internal circuits we preemptively build + from 2 to 3 so they are available when a client connects to another + onion service. Fixes bug 13239; bugfix on tor-0.1.0.1-rc~460. |