[tor-commits] [torspec/master] Document CONTROLLER_WAIT stream status.

nickm at torproject.org nickm at torproject.org
Mon Aug 3 12:36:57 UTC 2020


commit 8761aa05d50b7609ecc5d7fc487d452c3aa00f19
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon Aug 3 08:36:53 2020 -0400

    Document CONTROLLER_WAIT stream status.
---
 control-spec.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/control-spec.txt b/control-spec.txt
index b9fa729..fb35d94 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -2305,7 +2305,9 @@
                "SUCCEEDED"    / ; Received a reply; stream established
                "FAILED"       / ; Stream failed and not retriable
                "CLOSED"       / ; Stream closed
-               "DETACHED"       ; Detached from circuit; still retriable
+               "DETACHED"     / ; Detached from circuit; still retriable
+               "CONTROLLER_WAIT"  ; Waiting for controller to use ATTACHSTREAM
+                                  ; (new in 0.4.5.1-alpha)
 
        Target = TargetAddress ":" Port
        Port = an integer from 0 to 65535 inclusive



More information about the tor-commits mailing list