mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
o Code simplification and refactoring:
|
|
- Extracted dummy_origin_circuit_new so it can be used by other test
|
|
functions.
|
|
- Refactor circuit_predict_and_launch_new for readability and testability.
|
|
- Added unit tests for extracted functions.
|
|
- Extracted magic numbers in circuituse.c into defined variables.
|