aboutsummaryrefslogtreecommitdiff
path: root/changes/decouple_conn_attach
diff options
context:
space:
mode:
Diffstat (limited to 'changes/decouple_conn_attach')
-rw-r--r--changes/decouple_conn_attach6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/decouple_conn_attach b/changes/decouple_conn_attach
new file mode 100644
index 0000000000..6167b4e932
--- /dev/null
+++ b/changes/decouple_conn_attach
@@ -0,0 +1,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.