diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-10-02 17:55:25 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-11-12 14:20:16 -0500 |
commit | 8b4e5b7ee902fb7fa07767410a18433d752c7aef (patch) | |
tree | 6c004ca3eb3c26fa91030d3c7952bb15a8fb9041 /changes | |
parent | 0ead9a58b989887235a62511b0c664307d1226b6 (diff) | |
download | tor-8b4e5b7ee902fb7fa07767410a18433d752c7aef.tar.gz tor-8b4e5b7ee902fb7fa07767410a18433d752c7aef.zip |
Experimentally decouple the main body of circuit_mark_for_close
Diffstat (limited to 'changes')
-rw-r--r-- | changes/decouple_circuit_mark | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/decouple_circuit_mark b/changes/decouple_circuit_mark new file mode 100644 index 0000000000..4b7ed778a2 --- /dev/null +++ b/changes/decouple_circuit_mark @@ -0,0 +1,6 @@ + o Code simplification and refactoring: + - Extract the more complicated parts of circuit_mark_for_close into + a new function run periodically before connections are freed. + This change removes more than half of the functions currently + in the "blob". + Closes ticket #17218. |