- djm@cvs.openbsd.org 2011/05/06 22:20:10
[PROTOCOL.mux] fix numbering; from bert.wesarg AT googlemail.com
This commit is contained in:
parent
a6bbbe4658
commit
c067f62560
|
@ -39,6 +39,9 @@
|
|||
- djm@cvs.openbsd.org 2011/05/06 21:38:58
|
||||
[ssh.c]
|
||||
fix dropping from previous diff
|
||||
- djm@cvs.openbsd.org 2011/05/06 22:20:10
|
||||
[PROTOCOL.mux]
|
||||
fix numbering; from bert.wesarg AT googlemail.com
|
||||
|
||||
20110510
|
||||
- (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix
|
||||
|
|
|
@ -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 $
|
||||
|
|
Loading…
Reference in New Issue