NetBSD/sys/netccitt
mycroft e591f2882f Declare frame_reject(), rej_routine(), free_iframes() as static. 1993-09-06 18:09:55 +00:00
..
README.hdlc add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
README.packet add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
ccitt_proto.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hd_debug.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hd_input.c Declare frame_reject(), rej_routine(), free_iframes() as static. 1993-09-06 18:09:55 +00:00
hd_output.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hd_subr.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hd_timer.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hd_var.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
hdlc.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
if_x25subr.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_acct.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_debug.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_input.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_output.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_subr.c Update for new select() mechanism. 1993-09-06 17:41:45 +00:00
pk_timer.c add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
pk_usrreq.c Declare old_to_new() and new_to_old() as static, to eliminate warnings. 1993-09-06 17:43:33 +00:00
pk_var.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
x25.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
x25acct.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00
x25err.h add rcsids & clean up headers... 1993-05-20 04:12:01 +00:00

README.packet

/*
 *
 *   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:
 *
 *	$Id: README.packet,v 1.2 1993/05/20 04:12:02 cgd Exp $
 */