Browse Source

add a changes file for 25268

Nick Mathewson 6 years ago
parent
commit
4449c9e8fe
1 changed files with 7 additions and 0 deletions
  1. 7 0
      changes/ticket25268

+ 7 - 0
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.