mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
This reduces the size of the largest SCC in the callgraph by 30 functions, from 58 to 28.
6 lines
353 B
Text
6 lines
353 B
Text
o Code simplification and refactoring:
|
|
- Extract the code for handling newly-open channels into a separate
|
|
function from the general code to handle channel state transitions.
|
|
This change simplifies our callgraph, reducing the size of the largest
|
|
strongly connected component by roughly a factor of two.
|
|
Closes ticket 22608
|