NetBSD/sys/netccitt
matt e06794e93a Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
..
Makefile
README.hdlc recommented -> recommended, indefinitly -> indefinitely. 2004-04-23 20:17:13 +00:00
README.packet
ccitt_proto.c Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
dll.h
files.netccitt
hd_debug.c
hd_input.c
hd_output.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
hd_subr.c Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT to 2004-04-18 19:11:39 +00:00
hd_timer.c
hd_var.h
hdlc.h
if_x25subr.c Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT to 2004-04-18 19:11:39 +00:00
llc_input.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
llc_output.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
llc_subr.c Constify protosw arrays. This can reduce the kernel .data section by 2004-04-22 01:01:40 +00:00
llc_timer.c
llc_var.h
pk.h
pk_acct.c
pk_debug.c
pk_extern.h
pk_input.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
pk_llcsubr.c Use M_ZERO appropriately. Change some incorrect uses of M_DONTWAIT to 2004-04-18 19:11:39 +00:00
pk_output.c
pk_subr.c Remove #else of #if __STDC__ 2004-04-26 01:41:15 +00:00
pk_timer.c
pk_usrreq.c
pk_var.h
x25.h
x25acct.h
x25err.h
x25isr.h

README.packet

/*	$NetBSD: README.packet,v 1.4 1994/06/29 06:36:59 cgd Exp $	*/

/*
 * @(#)README.packet	8.1 (Berkeley) 6/10/93
 *
 *   X.25 NETWORK PACKET LEVEL:
 *
 *   This implementation is based on Recommentation X.25 as agreed at the 
 *   March 1976 and the February 1980  meetings of CCITT Study Group VII. 
 *   However, not all aspects are implemented. The following is a list of 
 *   features which are not yet or may never be implemented:
 *  
 *   1. D bit
 *   2. PVC
 *   3. fast select
 *  
 *
 *   Note: This implementation is for DTEs only.
 *
 *         Currently, only the 1976 verison is implemented.
 *
 *
 *   Date:          February, 1984
 *
 *   Author:        Gerald W. Neufeld
 *
 *   Installation:  Department of Computer Science
 *                  University of British Columbia
 *                  Vancouver, BC, CANADA
 *
 *   To Do:   	    Find some reasonable heuristic for piggybacking packet
 *		    level acks.
 *
 *   Bugs:	    Clear might be sent before data is all out.
 * 
 *   History:
 *
 */