NetBSD/sys/netccitt
mycroft 4e8477f520 Mostly minor changes.
Convert the listen queue to a TAILQ to avoid O(n^2) insertion.  Should probably
be a hash table.
1996-05-23 23:35:22 +00:00
..
README.hdlc
README.packet
ccitt_proto.c netccitt prototypes 1996-02-13 22:04:21 +00:00
dll.h
hd_debug.c netccitt prototypes 1996-02-13 22:04:21 +00:00
hd_input.c fix screw-up in the prototyping changes: print pointers with %p, NOT 1996-04-13 01:34:06 +00:00
hd_output.c Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 02:36:06 +00:00
hd_subr.c netccitt prototypes 1996-02-13 22:04:21 +00:00
hd_timer.c netccitt prototypes 1996-02-13 22:04:21 +00:00
hd_var.h netccitt prototypes 1996-02-13 22:04:21 +00:00
hdlc.h netccitt prototypes 1996-02-13 22:04:21 +00:00
if_x25subr.c Mostly minor changes. 1996-05-23 23:35:22 +00:00
llc_input.c netccitt prototypes 1996-02-13 22:04:21 +00:00
llc_output.c netccitt prototypes 1996-02-13 22:04:21 +00:00
llc_subr.c Changed struct ifnet to have a pointer to the softc of the underlying 1996-05-07 02:36:06 +00:00
llc_timer.c netccitt prototypes 1996-02-13 22:04:21 +00:00
llc_var.h netccitt prototypes 1996-02-13 22:04:21 +00:00
pk.h netccitt prototypes 1996-02-13 22:04:21 +00:00
pk_acct.c netccitt prototypes 1996-02-13 22:04:21 +00:00
pk_debug.c netccitt prototypes 1996-02-13 22:04:21 +00:00
pk_extern.h Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and 1996-05-22 13:54:55 +00:00
pk_input.c Mostly minor changes. 1996-05-23 23:35:22 +00:00
pk_llcsubr.c Make cons_rtrequest return void because the only place it is used 1996-03-14 18:47:52 +00:00
pk_output.c netccitt prototypes 1996-02-13 22:04:21 +00:00
pk_subr.c Mostly minor changes. 1996-05-23 23:35:22 +00:00
pk_timer.c netccitt prototypes 1996-02-13 22:04:21 +00:00
pk_usrreq.c Mostly minor changes. 1996-05-23 23:35:22 +00:00
pk_var.h Mostly minor changes. 1996-05-23 23:35:22 +00:00
x25.h netccitt prototypes 1996-02-13 22:04:21 +00:00
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:
 *
 */