diff options
author | Damien Miller <djm@mindrot.org> | 2011-02-04 01:46:39 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-02-04 01:46:39 +0100 |
commit | b407dd8d058e018ef92ead51027ab47425695dad (patch) | |
tree | 73eb228c4b6225000ac4e34ae8138bd4d2c9187a /PROTOCOL.mux | |
parent | - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled (diff) | |
download | openssh-b407dd8d058e018ef92ead51027ab47425695dad.tar.xz openssh-b407dd8d058e018ef92ead51027ab47425695dad.zip |
- djm@cvs.openbsd.org 2011/01/31 21:42:15
[PROTOCOL.mux]
cut'n'pasto; from bert.wesarg AT googlemail.com
Diffstat (limited to 'PROTOCOL.mux')
-rw-r--r-- | PROTOCOL.mux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.mux b/PROTOCOL.mux index 3d6f81878..2a5817bd7 100644 --- a/PROTOCOL.mux +++ b/PROTOCOL.mux @@ -122,7 +122,7 @@ For dynamically allocated listen port the server replies with Note: currently unimplemented (server will always reply with MUX_S_FAILURE). -A client may request the master to establish a port forward: +A client may request the master to close a port forward: uint32 MUX_C_CLOSE_FWD uint32 request id @@ -200,4 +200,4 @@ XXX server->client error/warning notifications XXX port0 rfwd (need custom response message) XXX send signals via mux -$OpenBSD: PROTOCOL.mux,v 1.3 2011/01/13 21:55:25 djm Exp $ +$OpenBSD: PROTOCOL.mux,v 1.4 2011/01/31 21:42:15 djm Exp $ |