aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorMicah Elizabeth Scott <beth@torproject.org>2023-04-20 17:29:56 -0700
committerDavid Goulet <dgoulet@torproject.org>2023-05-24 14:38:00 -0400
commita3c88e156fc89125a68e48efbeedeeba56410420 (patch)
tree1e5d896aa641ee3d5f6b18ed445518b6648873ff /control-spec.txt
parent402647ea1b0adfa429920a0de4593843bd4585f0 (diff)
downloadtorspec-a3c88e156fc89125a68e48efbeedeeba56410420.tar.gz
torspec-a3c88e156fc89125a68e48efbeedeeba56410420.zip
proposal 327: Editing pass to align the spec with our implementation
This makes numerous small changes, but also adds some larger blocks of explanation that are written based on the finalized design. Signed-off-by: Micah Elizabeth Scott <beth@torproject.org>
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/control-spec.txt b/control-spec.txt
index 9295580..52e11a0 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2260,6 +2260,7 @@ Table of Contents
[SP "REASON=" Reason [SP "REMOTE_REASON=" Reason]]
[SP "SOCKS_USERNAME=" EscapedUsername]
[SP "SOCKS_PASSWORD=" EscapedPassword]
+ [SP "HS_POW=" HSPoW ]
CRLF
CircStatus =
@@ -2293,6 +2294,10 @@ Table of Contents
"HSSI_CONNECTING" / "HSSI_ESTABLISHED" /
"HSSR_CONNECTING" / "HSSR_JOINED"
+ HSPoWType = "v1"
+ HSPoWEffort = 1*DIGIT
+ HSPoW = HSPoWType "," HSPoWEffort
+
EscapedUsername = QuotedString
EscapedPassword = QuotedString