summaryrefslogtreecommitdiff
path: root/PROTOCOL.mux
diff options
context:
space:
mode:
authordjm <djm>2011-05-14 22:46:54 +0000
committerdjm <djm>2011-05-14 22:46:54 +0000
commit0bd37947840019ec560672dd5ded40a1bff9f897 (patch)
tree9a4cf75d587b5d10353e7a64476e5fad3f15722d /PROTOCOL.mux
parent0e930615bed10849cc4b6f882a5516c31e0d4f93 (diff)
downloadopenssh-0bd37947840019ec560672dd5ded40a1bff9f897.tar.gz
- djm@cvs.openbsd.org 2011/05/06 22:20:10
[PROTOCOL.mux] fix numbering; from bert.wesarg AT googlemail.com
Diffstat (limited to 'PROTOCOL.mux')
-rw-r--r--PROTOCOL.mux4
1 files changed, 2 insertions, 2 deletions
diff --git a/PROTOCOL.mux b/PROTOCOL.mux
index 05bb1469..3da9e37a 100644
--- a/PROTOCOL.mux
+++ b/PROTOCOL.mux
@@ -180,7 +180,7 @@ The MUX_S_PERMISSION_DENIED and MUX_S_FAILURE include a reason:
uint32 client request id
string reason
-9. Protocol numbers
+10. Protocol numbers
#define MUX_MSG_HELLO 0x00000001
#define MUX_C_NEW_SESSION 0x10000002
@@ -211,4 +211,4 @@ XXX server->client error/warning notifications
XXX port0 rfwd (need custom response message)
XXX send signals via mux
-$OpenBSD: PROTOCOL.mux,v 1.5 2011/04/17 22:42:41 djm Exp $
+$OpenBSD: PROTOCOL.mux,v 1.6 2011/05/06 22:20:10 djm Exp $