diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-09-07 14:18:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-09-07 14:18:47 -0400 |
commit | c6ea014b5978a020ca4472345216ba29584db5a9 (patch) | |
tree | ec96bd6fa96017020d257531c121fe37f9ccd99e /changes | |
parent | d27874a4f22c7c1ad7b1c28f418f09ce268bb3a4 (diff) | |
download | tor-c6ea014b5978a020ca4472345216ba29584db5a9.tar tor-c6ea014b5978a020ca4472345216ba29584db5a9.tar.gz |
changes file for split_entry_conn (ticket 3627)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/split_entry_conn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/split_entry_conn b/changes/split_entry_conn new file mode 100644 index 000000000..c0a2eb657 --- /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. + |