summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-07 14:18:47 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-07 14:18:47 -0400
commitc6ea014b5978a020ca4472345216ba29584db5a9 (patch)
treeec96bd6fa96017020d257531c121fe37f9ccd99e
parentd27874a4f22c7c1ad7b1c28f418f09ce268bb3a4 (diff)
downloadtor-c6ea014b5978a020ca4472345216ba29584db5a9.tar.gz
tor-c6ea014b5978a020ca4472345216ba29584db5a9.zip
changes file for split_entry_conn (ticket 3627)
-rw-r--r--changes/split_entry_conn5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/split_entry_conn b/changes/split_entry_conn
new file mode 100644
index 0000000000..c0a2eb6574
--- /dev/null
+++ b/changes/split_entry_conn
@@ -0,0 +1,5 @@
+ o Code refactoring:
+ - Make "entry connection" in to a new internal subtype of "edge
+ connection", to simplify the code and make exit connections
+ smaller.
+