This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository torspec.
from 0b19ef1 prop339: Fix couple typos new cdc9df7 tor-spec: Add Relay=4, ntorv3 handshake support new 7f36b97 tor-spec: Add FlowCtrl=2 for congestion control
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: tor-spec.txt | 8 ++++++++ 1 file changed, 8 insertions(+)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit cdc9df7aa7c361ac8cf1d10b10720fadf40b3e18 Author: David Goulet dgoulet@torproject.org AuthorDate: Wed May 4 14:25:09 2022 -0400
tor-spec: Add Relay=4, ntorv3 handshake support
See proposal 332 for more details.
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 dd8d474..34fb966 100644 --- a/tor-spec.txt +++ b/tor-spec.txt @@ -2324,6 +2324,10 @@ see tor-design.pdf. This subprotocol version is described in proposal 311, and implemented in Tor 0.4.5.1-alpha.
+ "4" -- support the ntorv3 (version 3) key exchange and all features in + 0.4.7.3-alpha. This adds a new CREATE2 cell type. See proposal 332 + for more details. + 9.4. "HSIntro"
The "HSIntro" protocol handles introduction points.
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.
tor-commits@lists.torproject.org