summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-03-19 06:01:02 -0400
committerNick Mathewson <nickm@torproject.org>2018-03-19 06:01:02 -0400
commita324cd9020b3f088c90091f0b57292bd23072f2b (patch)
tree5652dcc41f6b8e43fa982aefbca631c169cadc13 /changes
parent267671bdaaa079e0c1757ad689f7c54f24ac71ab (diff)
parent4449c9e8fe7b11ec816762c8b37b1ed70d873d4a (diff)
downloadtor-a324cd9020b3f088c90091f0b57292bd23072f2b.tar.gz
tor-a324cd9020b3f088c90091f0b57292bd23072f2b.zip
Merge branch 'ticket25268_034_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket252687
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket25268 b/changes/ticket25268
new file mode 100644
index 0000000000..e444984dc4
--- /dev/null
+++ b/changes/ticket25268
@@ -0,0 +1,7 @@
+ o Removed features:
+ - The old "round-robin" circuit multiplexer (circuitmux)
+ implementation has been removed, along with a fairly large set of
+ code that existed to support it. It has not been the default
+ circuitmux since we introduced the "EWMA" circuitmux in 0.2.4.x,
+ but it still required an unreasonable amount of memory and CPU.
+ Closes ticket 25268.