summaryrefslogtreecommitdiff
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, 0 insertions, 6 deletions
diff --git a/changes/decouple_conn_attach b/changes/decouple_conn_attach
deleted file mode 100644
index 8619c4d325..0000000000
--- a/changes/decouple_conn_attach
+++ /dev/null
@@ -1,6 +0,0 @@
- o Code simplification and refactoring:
- - 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.