diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-05-21 20:01:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-05-21 20:01:13 +0000 |
commit | 33e92cd5fb871f0eee6eeefd411df0a6cc1690a6 (patch) | |
tree | dd2077bdfa459a40c073146138686ac5b1370650 /doc | |
parent | 08fd72fb06d8262eb65300aaac98a9e2248d8489 (diff) | |
download | tor-33e92cd5fb871f0eee6eeefd411df0a6cc1690a6.tar tor-33e92cd5fb871f0eee6eeefd411df0a6cc1690a6.tar.gz |
apply control-spec patch from Matt Edman: Circuit status only has a path when it has been extended one or more hops.
svn:r6456
Diffstat (limited to 'doc')
-rw-r--r-- | doc/control-spec.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 8cfc36ceb..8f7a83855 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -340,7 +340,7 @@ $Id$ "circuit-status" A series of lines as for a circuit status event. Each line is of the form: - CircuitID SP CircStatus SP Path CRLF + CircuitID SP CircStatus [SP Path] CRLF "stream-status" A series of lines as for a stream status event. Each is of the form: @@ -675,7 +675,7 @@ $Id$ The syntax is: - "650" SP "CIRC" SP CircuitID SP CircStatus SP Path + "650" SP "CIRC" SP CircuitID SP CircStatus [SP Path] CircStatus = "LAUNCHED" / ; circuit ID assigned to new circuit @@ -686,6 +686,9 @@ $Id$ Path = ServerID *("," ServerID) + The path is provided only when the circuit has been extended at least one + hop. + 4.1.2. Stream status changed The syntax is: |