summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/nchan.c b/nchan.c
index ecf59c5db..aee3f37b0 100644
--- a/nchan.c
+++ b/nchan.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: nchan.c,v 1.50 2004/06/21 17:36:31 avsm Exp $"); 26RCSID("$OpenBSD: nchan.c,v 1.51 2004/07/11 17:48:47 deraadt Exp $");
27 27
28#include "ssh1.h" 28#include "ssh1.h"
29#include "ssh2.h" 29#include "ssh2.h"
@@ -42,15 +42,15 @@ RCSID("$OpenBSD: nchan.c,v 1.50 2004/06/21 17:36:31 avsm Exp $");
42 * tear down of channels: 42 * tear down of channels:
43 * 43 *
44 * 1.3: strict request-ack-protocol: 44 * 1.3: strict request-ack-protocol:
45 * CLOSE -> 45 * CLOSE ->
46 * <- CLOSE_CONFIRM 46 * <- CLOSE_CONFIRM
47 * 47 *
48 * 1.5: uses variations of: 48 * 1.5: uses variations of:
49 * IEOF -> 49 * IEOF ->
50 * <- OCLOSE 50 * <- OCLOSE
51 * <- IEOF 51 * <- IEOF
52 * OCLOSE -> 52 * OCLOSE ->
53 * i.e. both sides have to close the channel 53 * i.e. both sides have to close the channel
54 * 54 *
55 * 2.0: the EOF messages are optional 55 * 2.0: the EOF messages are optional
56 * 56 *