NetBSD/sys/netccitt
mycroft 07b4f2ab54 Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
..
README.hdlc Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
README.packet Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
ccitt_proto.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
dll.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_debug.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_input.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_output.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_subr.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_timer.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hd_var.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
hdlc.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
if_x25subr.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
llc_input.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
llc_output.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
llc_subr.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
llc_timer.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
llc_var.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_acct.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_debug.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_input.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_llcsubr.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_output.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_subr.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_timer.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_usrreq.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
pk_var.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
x25.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
x25acct.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00
x25err.h Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:02:48 +00:00

README.packet

/*
 * from: @(#)README.packet	8.1 (Berkeley) 6/10/93
 * $Id: README.packet,v 1.3 1994/05/13 06:04:11 mycroft Exp $
 *
 *   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:
 *
 */