aboutsummaryrefslogtreecommitdiff
path: root/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-01-30 10:32:28 -0500
committerNick Mathewson <nickm@torproject.org>2017-01-30 10:32:32 -0500
commit6446210bfc17f72c2543bc53617f13e74b99f07d (patch)
tree62121b25b48b96139de9ac3cb1633dc541680c2a /control-spec.txt
parentf69589490f2a82fa12e74860475f394c33d5d0d6 (diff)
downloadtorspec-6446210bfc17f72c2543bc53617f13e74b99f07d.tar.gz
torspec-6446210bfc17f72c2543bc53617f13e74b99f07d.zip
control-spec: document GUARD_WAIT circuit status code
Diffstat (limited to 'control-spec.txt')
-rw-r--r--control-spec.txt3
1 files changed, 3 insertions, 0 deletions
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)