summaryrefslogtreecommitdiff
path: root/doc/spec
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@fscked.org>2010-07-24 18:19:20 +0200
committerMike Perry <mikeperry-git@fscked.org>2010-09-29 11:46:36 -0700
commitc5b5643965f57520842756e16d7ca7e8ea1cb2f8 (patch)
tree0ca90954e287f806af54ed3dd969b2bd306ea761 /doc/spec
parentcaba3bc57e2895a7c51a87e23fa783b9c48892a5 (diff)
downloadtor-c5b5643965f57520842756e16d7ca7e8ea1cb2f8.tar.gz
tor-c5b5643965f57520842756e16d7ca7e8ea1cb2f8.zip
Send control port events for timeouts.
We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string.
Diffstat (limited to 'doc/spec')
-rw-r--r--doc/spec/control-spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 31ce35074b..1864666047 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -1005,7 +1005,8 @@
Reason = "NONE" / "TORPROTOCOL" / "INTERNAL" / "REQUESTED" /
"HIBERNATING" / "RESOURCELIMIT" / "CONNECTFAILED" /
"OR_IDENTITY" / "OR_CONN_CLOSED" / "TIMEOUT" /
- "FINISHED" / "DESTROYED" / "NOPATH" / "NOSUCHSERVICE"
+ "FINISHED" / "DESTROYED" / "NOPATH" / "NOSUCHSERVICE" /
+ "MEASUREMENT_EXPIRED"
The path is provided only when the circuit has been extended at least one
hop.