aboutsummaryrefslogtreecommitdiff
path: root/doc/spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-02-05 19:15:13 +0000
committerNick Mathewson <nickm@torproject.org>2007-02-05 19:15:13 +0000
commit47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f (patch)
tree89a8b2910465055591476d01520b54b3ad8a2fbf /doc/spec
parentf02be02356a6cedcec2b01d5046e5d5cba0797ad (diff)
downloadtor-47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f.tar
tor-47ff0c7fc116a9f49c2a3a87928b38796a1e7c2f.tar.gz
r11641@catbus: nickm | 2007-02-05 13:59:26 -0500
Add a REMAP state to stream events so that controllers can learn exactly when the target address for a stream has changed. May help Vidalia resolve confusions related to bug 375. svn:r9484
Diffstat (limited to 'doc/spec')
-rw-r--r--doc/spec/control-spec.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/spec/control-spec.txt b/doc/spec/control-spec.txt
index 51cc6db50..9fede97d1 100644
--- a/doc/spec/control-spec.txt
+++ b/doc/spec/control-spec.txt
@@ -832,6 +832,7 @@ $Id$
StreamStatus =
"NEW" / ; New request to connect
"NEWRESOLVE" / ; New request to resolve an address
+ "REMAP" / ; Address re-mapped to another
"SENTCONNECT" / ; Sent a connect cell along a circuit
"SENTRESOLVE" / ; Sent a resolve cell along a circuit
"SUCCEEDED" / ; Received a reply; stream established