mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
8559827280
Split hs_circuitmap_get_rend_circ_client_side(). One returns only established circuits (hs_circuitmap_get_established_rend_circ_client_side()) and the other returns all kinds of circuits. Fixes #23459 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com>
5 lines
264 B
Plaintext
5 lines
264 B
Plaintext
o Code simplification and refactoring (circuit rendezvous):
|
|
- Split get rendezvous circuit on client side on two different functions.
|
|
One that returns only established circuits and another that returns all
|
|
kinds of circuits. Closes ticket 23459.
|