diff options
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index ee5bc136c..003f9ef23 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -751,7 +751,8 @@ $Id$ The syntax is: - "650" SP "CIRC" SP CircuitID SP CircStatus [SP Path] + "650" SP "CIRC" SP CircuitID SP CircStatus [SP Path] + [SP "REASON=" Reason] CRLF CircStatus = "LAUNCHED" / ; circuit ID assigned to new circuit @@ -762,9 +763,15 @@ $Id$ Path = ServerID *("," ServerID) + Reason = "NONE" / "TORPROTOCOL" / "INTERNAL" / "REQUESTED" / + "HIBERNATING" / "RESOURCELIMIT" / "CONNECTFAILED" / + "OR_IDENTITY" / "OR_CONN_CLOSED" + The path is provided only when the circuit has been extended at least one hop. + Reason is provided only for FAILED and CLOSED events. + 4.1.2. Stream status changed The syntax is: |