mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
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>
4 lines
263 B
Text
4 lines
263 B
Text
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.
|