commit 4449c9e8fe7b11ec816762c8b37b1ed70d873d4a parent 779eded6bb227c0f315d59921636185f20b1d3e6 Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 19 Mar 2018 06:00:00 -0400 add a changes file for 25268 Diffstat:
| A | changes/ticket25268 | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/changes/ticket25268 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.