commit 6446210bfc17f72c2543bc53617f13e74b99f07d Author: Nick Mathewson nickm@torproject.org Date: Mon Jan 30 10:32:28 2017 -0500
control-spec: document GUARD_WAIT circuit status code --- control-spec.txt | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/control-spec.txt b/control-spec.txt index 8b9107c..52a58ae 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -1,4 +1,5 @@
+ TC: A Tor control protocol (Version 1)
0. Scope @@ -1774,6 +1775,8 @@ CircStatus = "LAUNCHED" / ; circuit ID assigned to new circuit "BUILT" / ; all hops finished, can now accept streams + "GUARD_WAIT" / ; all hops finished, waiting to see if a + ; circuit with a better guard will be usable. "EXTENDED" / ; one more hop has been completed "FAILED" / ; circuit closed (was not built) "CLOSED" ; circuit closed (was built)