changes file for bug22805

This commit is contained in:
Nick Mathewson
2017-09-06 16:18:40 -04:00
parent ceb49c1c5f
commit 6a75a6fd9a
+9
View File
@@ -0,0 +1,9 @@
o Minor features (relay):
- When choosing which circuits can be expired as unused, consider
circuits from clients even if those clients used regular CREATE
cells to make them. Part of ticket 22805.
o Code simplification and refactoring:
- Remove various ways of testing circuits and connections for
"clientness"; instead, favor channel_is_client().
Part of ticket 22805.