mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
1c0a2335cd
This reduces the size of the largest SCC in the callgraph by 30 functions, from 58 to 28.
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
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
|