diff options
| author | yamt <yamt@NetBSD.org> | 2006-11-09 10:04:40 +0000 |
|---|---|---|
| committer | yamt <yamt@NetBSD.org> | 2006-11-09 10:04:40 +0000 |
| commit | c59a65e2fe9be67d6fc8d1a747d41d5a590fbe01 (patch) | |
| tree | d8486efd38dd8fa46b4c2daef8b683772a32c895 /include | |
| parent | 89682b24fe5c5fdfecdc28a67c4c4dd52d76c80a (diff) | |
add comments.
Diffstat (limited to 'include')
| -rw-r--r-- | include/netconfig.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/netconfig.h b/include/netconfig.h index 151b861e33a..ae9612b41e6 100644 --- a/include/netconfig.h +++ b/include/netconfig.h @@ -1,4 +1,4 @@ -/* $NetBSD: netconfig.h,v 1.4 2005/05/15 20:54:47 dsl Exp $ */ +/* $NetBSD: netconfig.h,v 1.5 2006/11/09 10:04:40 yamt Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -64,10 +64,10 @@ typedef struct { /* * nc_semantics values */ -#define NC_TPI_CLTS 1 -#define NC_TPI_COTS 2 -#define NC_TPI_COTS_ORD 3 -#define NC_TPI_RAW 4 +#define NC_TPI_CLTS 1 /* Connectionless transport */ +#define NC_TPI_COTS 2 /* Connection oriented transport */ +#define NC_TPI_COTS_ORD 3 /* Connection oriented, ordered transport */ +#define NC_TPI_RAW 4 /* Raw connection */ /* * nc_flag values |
