View | Details | Raw Unified | Return to bug 2422
Collapse All | Expand All

(-)a/PROTOCOL.mux (+6 lines)
Lines 116-121 A client may request the master to establish a port forward: Link Here
116
116
117
forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
117
forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
118
118
119
If listen port is (unsigned int) -2, then the listen host is treated as a
120
unix socket.
121
122
If connect port is (unsigned int) -2, then the connect host is treated as a
123
unix socket.
124
119
A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
125
A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
120
MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
126
MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
121
127

Return to bug 2422