summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-06 16:18:40 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-22 08:55:53 -0400
commit6a75a6fd9a7cd9c60904388f6836e7e659ef60e6 (patch)
tree746c42f153cd65471341b71369f09be0e9d1cecd
parentceb49c1c5f2556c7fcd5b1ff34d8988344fa2ba7 (diff)
downloadtor-6a75a6fd9a7cd9c60904388f6836e7e659ef60e6.tar.gz
tor-6a75a6fd9a7cd9c60904388f6836e7e659ef60e6.zip
changes file for bug22805
-rw-r--r--changes/bug228059
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug22805 b/changes/bug22805
new file mode 100644
index 0000000000..6d95ad5a33
--- /dev/null
+++ b/changes/bug22805
@@ -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.