summaryrefslogtreecommitdiff
path: root/PROTOCOL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-07-02 22:33:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-07-02 22:33:16 +1000
commit1f781b194fb83f8bc40d448de8162890d1eea93f (patch)
treedc5ede43b518d2fed149179b8f120897fd8d6313 /PROTOCOL
parent8748b965224cea8811d30c8fe9b5d2113d7e49de (diff)
- djm@cvs.openbsd.org 2008/06/30 12:18:34
[PROTOCOL] clarify that eow@openssh.com is only sent on session channels
Diffstat (limited to 'PROTOCOL')
-rw-r--r--PROTOCOL8
1 files changed, 4 insertions, 4 deletions
diff --git a/PROTOCOL b/PROTOCOL
index 859e61f67..3283b81e2 100644
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -46,9 +46,9 @@ processes of the condition, e.g. by closing the corresponding file
46descriptor. 46descriptor.
47 47
48OpenSSH implements a channel extension message to perform this 48OpenSSH implements a channel extension message to perform this
49signalling: "eow@openssh.com" (End Of Write). This message is sent by an 49signalling: "eow@openssh.com" (End Of Write). This message is sent by
50endpoint when the local output of a channel is closed or experiences a 50an endpoint when the local output of a session channel is closed or
51write error. The message is formatted as follows: 51experiences a write error. The message is formatted as follows:
52 52
53 byte SSH_MSG_CHANNEL_REQUEST 53 byte SSH_MSG_CHANNEL_REQUEST
54 uint32 recipient channel 54 uint32 recipient channel
@@ -240,4 +240,4 @@ The values of the f_flag bitmask are as follows:
240This extension is advertised in the SSH_FXP_VERSION hello with version 240This extension is advertised in the SSH_FXP_VERSION hello with version
241"2". 241"2".
242 242
243$OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $ 243$OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $