mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
984a28f3e5
When encoding introduction points, we were not checking if that intro points had an established circuit. When botting up, the service will pick, by default, 3 + 2 intro points and the first 3 that establish, we use them and upload the descriptor. However, the intro point is removed from the service descriptor list only when the circuit has opened and we see that we have already enough intro points, it is then removed. But it is possible that the service establishes 3 intro points successfully before the other(s) have even opened yet. This lead to the service encoding extra intro points in the descriptor even though the circuit is not opened or might never establish (#31561). Fixes #31548 Signed-off-by: David Goulet <dgoulet@torproject.org>
8 lines
344 B
Plaintext
8 lines
344 B
Plaintext
o Major bugfixes (hidden service v3):
|
|
- Make onion service always use the exact amount of configured intro points
|
|
(or less due to node exlusion). Before, a service could sometimes pick
|
|
more intro points than configured with the
|
|
HiddenServiceNumIntroductionPoints option. Fixes bug 31548; bugfix on
|
|
0.3.2.1-alpha.
|
|
|