
4 Oct
2021
4 Oct
'21
2:49 p.m.
commit 7005046bd27968069dd56cad3fc66d644c7f517b Author: David Goulet <dgoulet@torproject.org> Date: Mon Oct 4 10:40:18 2021 -0400 changes: Add file for ticket 40450 (prop324) Closes #40450 Signed-off-by: David Goulet <dgoulet@torproject.org> --- changes/ticket40450 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/ticket40450 b/changes/ticket40450 new file mode 100644 index 0000000000..6753bd04f5 --- /dev/null +++ b/changes/ticket40450 @@ -0,0 +1,3 @@ + o Major features (congestion control): + - Implement support for flow control over congestion controlled circuits. + This work comes from proposal 324. Closes ticket 40450.