tor/changes/ticket23459
Fernando Fernandez Mancera 8559827280 Split client-side get_rend_circ into two functions.
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>
2017-12-08 18:14:08 +01:00

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.