mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
10 lines
463 B
Text
10 lines
463 B
Text
o Code simplification and refactoring:
|
|
- Refactor circuit_predict_and_launch_new for readability and
|
|
testability. Closes ticket 18873.
|
|
- Extract magic numbers in circuituse.c into defined variables.
|
|
- Refactor circuit_is_available_for_use to remove unnecessary check.
|
|
|
|
o Minor features (unit tests):
|
|
- Extract dummy_origin_circuit_new so it can be used by other test
|
|
functions.
|
|
- Add unit tests circuit_predict_and_launch_new.
|