diff options
author | David Goulet <dgoulet@torproject.org> | 2019-10-28 13:21:08 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-28 13:21:08 -0400 |
commit | d67db64cedf9e7bb3e84c88a6f23d8bd7624ce29 (patch) | |
tree | 5621485caf75cec8f2fe8094339c7ec62c0dd823 | |
parent | ceca6e7c3549bd80013df18da47381d3b1d6800f (diff) | |
download | tor-d67db64cedf9e7bb3e84c88a6f23d8bd7624ce29.tar.gz tor-d67db64cedf9e7bb3e84c88a6f23d8bd7624ce29.zip |
changes: Add file for ticket 32196
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r-- | changes/ticket32196 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/ticket32196 b/changes/ticket32196 new file mode 100644 index 0000000000..d642478fe4 --- /dev/null +++ b/changes/ticket32196 @@ -0,0 +1,2 @@ + o Testing (circuit, EWMA): + - Add unit tests for circuitmux and EWMA subsystems. Closes ticket 32196. |