decouple_conn_attach 341 B

123456
  1. o Code simplification and refactoring:
  2. - Decouple the list of streams needing to be attached to circuits
  3. from the overall connection list. This change makes it possible to
  4. attach streams quickly while both simplifying Tor's callgraph and
  5. avoiding O(N) scans of the entire connection list. Closes ticket
  6. 17590.