From 341ff5be94cfb934899a100bb62d180a581dc798 Mon Sep 17 00:00:00 2001 From: Geoff Goodell Date: Thu, 22 Dec 2005 03:27:37 +0000 Subject: [PATCH] separate address and port with a space in REDIRECTSTREAM command svn:r5633 --- doc/control-spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3