mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
6 lines
326 B
Text
6 lines
326 B
Text
o Code simplification and refactoring:
|
|
- Split sampled_guards_update_from_consensus() and
|
|
select_entry_guard_for_circuit() into subfunctions.
|
|
In entry_guards_update_primary() unite
|
|
three smartlist enumerations into one and move smartlist
|
|
comparison code out of the function. Closes ticket 21349.
|