summaryrefslogtreecommitdiff
path: root/PROTOCOL.mux
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.mux')
-rw-r--r--PROTOCOL.mux8
1 files changed, 7 insertions, 1 deletions
diff --git a/PROTOCOL.mux b/PROTOCOL.mux
index b5832561c..f042961f1 100644
--- a/PROTOCOL.mux
+++ b/PROTOCOL.mux
@@ -116,6 +116,12 @@ A client may request the master to establish a port forward:
116 116
117forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC. 117forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
118 118
119If listen port is (unsigned int) -2, then the listen host is treated as
120a unix socket path name.
121
122If connect port is (unsigned int) -2, then the connect host is treated
123as a unix socket path name.
124
119A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a 125A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
120MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE. 126MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
121 127
@@ -219,4 +225,4 @@ XXX inject packet (what about replies)
219XXX server->client error/warning notifications 225XXX server->client error/warning notifications
220XXX send signals via mux 226XXX send signals via mux
221 227
222$OpenBSD: PROTOCOL.mux,v 1.9 2012/06/01 00:49:35 djm Exp $ 228$OpenBSD: PROTOCOL.mux,v 1.10 2015/07/17 03:04:27 djm Exp $