freebsd-dev/sys/netccitt
1995-07-29 11:44:31 +00:00
..
ccitt_proto.c Make networking domains drop-ins, through the magic of GNU ld. (Some day, 1995-05-11 00:13:26 +00:00
dll.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
hd_debug.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
hd_input.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
hd_output.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
hd_subr.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
hd_timer.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
hd_var.h Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
hdlc.h Made idempotent 1994-08-21 05:44:12 +00:00
if_x25subr.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
llc_input.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
llc_output.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
llc_subr.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
llc_timer.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
llc_var.h Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
pk_acct.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pk_debug.c Added $Id$ 1994-08-02 07:55:43 +00:00
pk_input.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
pk_llcsubr.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pk_output.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pk_subr.c Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
pk_timer.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pk_usrreq.c Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
pk_var.h Eliminate sloppy common-style declarations. There should be none left for 1995-07-29 11:44:31 +00:00
pk.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
README.hdlc BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00
README.packet BSD 4.4 Lite Kernel Sources 1994-05-24 10:09:53 +00:00
x25.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00
x25acct.h Made idempotent 1994-08-21 05:44:12 +00:00
x25err.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00

/*
 * @(#)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:
 *
 */