From 8761aa05d50b7609ecc5d7fc487d452c3aa00f19 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Aug 2020 08:36:53 -0400 Subject: Document CONTROLLER_WAIT stream status. --- control-spec.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'control-spec.txt') 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 -- cgit v1.2.3-54-g00ecf