mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
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
|