This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 7f36b971108cb86d8a51885c874cb83a4613b7d5 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed May 4 14:27:47 2022 -0400
tor-spec: Add FlowCtrl=2 for congestion control
Signed-off-by: David Goulet dgoulet@torproject.org --- tor-spec.txt | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/tor-spec.txt b/tor-spec.txt index 34fb966..46ca25e 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -2429,3 +2429,7 @@ see tor-design.pdf.
"1" -- supports authenticated circuit level SENDMEs as of proposal 289 in Tor 0.4.1.1-alpha. + + "2" -- supports congestion control by the Exits which implies a new SENDME + format and algorithm. See proposal 324 for more details. Advertised + in tor 0.4.7.3-alpha.