From: Geoff Goodell Date: Thu, 22 Dec 2005 03:27:37 +0000 (+0000) Subject: separate address and port with a space in REDIRECTSTREAM command X-Git-Tag: tor-0.1.1.11-alpha~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=341ff5be94cfb934899a100bb62d180a581dc798;p=thirdparty%2Ftor.git separate address and port with a space in REDIRECTSTREAM command svn:r5633 --- 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