diff options
author | Geoff Goodell <goodell@eecs.harvard.edu> | 2005-12-22 03:27:37 +0000 |
---|---|---|
committer | Geoff Goodell <goodell@eecs.harvard.edu> | 2005-12-22 03:27:37 +0000 |
commit | 341ff5be94cfb934899a100bb62d180a581dc798 (patch) | |
tree | d9bb40a40e62e45762d84de8976112802531e0f7 /doc/control-spec.txt | |
parent | 2578bb60d8a9fbc0079d99ec3dc14fabdba8d563 (diff) | |
download | tor-341ff5be94cfb934899a100bb62d180a581dc798.tar.gz tor-341ff5be94cfb934899a100bb62d180a581dc798.zip |
separate address and port with a space in REDIRECTSTREAM command
svn:r5633
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r-- | doc/control-spec.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 1d9495a46b..4f09837901 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -453,7 +453,7 @@ $Id$ 3.13. REDIRECTSTREAM Sent from the client to the server. The syntax is: - "REDIRECTSTREAM" SP StreamID SP Address (Port) CRLF + "REDIRECTSTREAM" SP StreamID SP Address (SP Port) CRLF Tells the server to change the exit address on the specified stream. If Port is specified, changes the destination port as well. No remapping |