Bugzilla – Attachment 2149 Details for
Bug 2004
fix documentation for the MUX_C_OPEN_FWD and MUX_C_CLOSE_FWD message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed fix
0001-PROTOCOL.mux-fix-message-layout-for-MUX_C_OPEN_FWD-a.patch (text/plain), 1.25 KB, created by
Bert Wesarg
on 2012-05-05 22:31:44 AEST
(
hide
)
Description:
proposed fix
Filename:
MIME Type:
Creator:
Bert Wesarg
Created:
2012-05-05 22:31:44 AEST
Size:
1.25 KB
patch
obsolete
>From c2da8bc5af8657752741c4ab76e624f9cf30e88a Mon Sep 17 00:00:00 2001 >Message-Id: <c2da8bc5af8657752741c4ab76e624f9cf30e88a.1336220180.git.bert.wesarg@googlemail.com> >From: Bert Wesarg <bert.wesarg@googlemail.com> >Date: Sat, 5 May 2012 14:13:59 +0200 >Subject: [PATCH] [PROTOCOL.mux] fix message layout for MUX_C_OPEN_FWD and > MUX_C_CLOSE_FWD > >The ports are send as integers not as strings. >--- > PROTOCOL.mux | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/PROTOCOL.mux b/PROTOCOL.mux >index 49cbe5b..4419f28 100644 >--- a/PROTOCOL.mux >+++ b/PROTOCOL.mux >@@ -110,9 +110,9 @@ A client may request the master to establish a port forward: > uint32 request id > uint32 forwarding type > string listen host >- string listen port >+ uint32 listen port > string connect host >- string connect port >+ uint32 connect port > > forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC. > >@@ -135,9 +135,9 @@ A client may request the master to close a port forward: > uint32 request id > uint32 forwarding type > string listen host >- string listen port >+ uint32 listen port > string connect host >- string connect port >+ uint32 connect port > > A server may reply with a MUX_S_OK, a MUX_S_PERMISSION_DENIED or a > MUX_S_FAILURE. >-- >1.7.9.rc0.542.g07ca1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2004
: 2149 |
2159