Merge branch 'ticket25268_034_01'

This commit is contained in:
Nick Mathewson
2018-03-19 06:01:02 -04:00
17 changed files with 125 additions and 804 deletions
+7
View File
@@ -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.