mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
7 lines
342 B
Plaintext
7 lines
342 B
Plaintext
|
o Code simplification and refactorings:
|
||
|
- Decouple the list of streams needing to be attached to circuits
|
||
|
from the overall connection list. This change makes it possible to
|
||
|
attach streams quickly while both simplifying Tor's callgraph and
|
||
|
avoiding O(N) scans of the entire connection list. Closes ticket
|
||
|
17590.
|