From a3c88e156fc89125a68e48efbeedeeba56410420 Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott Date: Thu, 20 Apr 2023 17:29:56 -0700 Subject: 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 --- control-spec.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'control-spec.txt') 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 -- cgit v1.2.3-54-g00ecf