NetBSD/sys/netccitt
thorpej a54c0e3b4e Braces for EGCS. 1998-09-09 04:33:27 +00:00
..
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
README.hdlc
README.packet
ccitt_proto.c defopt LLC 1998-07-05 03:14:41 +00:00
dll.h
hd_debug.c Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
hd_input.c Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
hd_output.c Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
hd_subr.c Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
hd_timer.c
hd_var.h Eliminate use of dtom() from the network code, allowing more flexible 1997-06-24 02:25:59 +00:00
hdlc.h
if_x25subr.c defopt NS, NSIP. 1998-07-05 06:49:00 +00:00
llc_input.c Declare llcintrq here. 1998-07-07 03:26:55 +00:00
llc_output.c
llc_subr.c Braces for EGCS. 1998-09-09 04:33:27 +00:00
llc_timer.c
llc_var.h extern'ize llcintrq. 1998-07-07 03:26:42 +00:00
pk.h
pk_acct.c fix to accomodate change in vn_rdwr prototype 1998-07-28 20:25:28 +00:00
pk_debug.c
pk_extern.h Assign copyright to TNF. 1998-09-05 14:30:31 +00:00
pk_input.c defopt LLC 1998-07-05 03:14:41 +00:00
pk_llcsubr.c defopt LLC 1998-07-05 03:14:41 +00:00
pk_output.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
pk_subr.c Another printf(%:) down. 1998-07-25 00:42:03 +00:00
pk_timer.c
pk_usrreq.c Merge with Lite2 + local changes 1998-03-01 02:20:01 +00:00
pk_var.h defopt CCITT. 1998-07-05 02:12:22 +00:00
x25.h
x25acct.h
x25err.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:
 *
 */