mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
1e553b6c68
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>
5 lines
263 B
Plaintext
5 lines
263 B
Plaintext
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.
|