summaryrefslogtreecommitdiff
path: root/changes/decouple_conn_attach
blob: 6167b4e932f1159395275a054665d339fa738bbd (plain)
1
2
3
4
5
6
  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.