mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
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>
4 lines
264 B
Text
4 lines
264 B
Text
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.
|