xref: /original-bsd/sys/netccitt/README.packet (revision 3705696b)
1/*
2 * @(#)README.packet	8.1 (Berkeley) 06/10/93
3 *
4 *   X.25 NETWORK PACKET LEVEL:
5 *
6 *   This implementation is based on Recommentation X.25 as agreed at the
7 *   March 1976 and the February 1980  meetings of CCITT Study Group VII.
8 *   However, not all aspects are implemented. The following is a list of
9 *   features which are not yet or may never be implemented:
10 *
11 *   1. D bit
12 *   2. PVC
13 *   3. fast select
14 *
15 *
16 *   Note: This implementation is for DTEs only.
17 *
18 *         Currently, only the 1976 verison is implemented.
19 *
20 *
21 *   Date:          February, 1984
22 *
23 *   Author:        Gerald W. Neufeld
24 *
25 *   Installation:  Department of Computer Science
26 *                  University of British Columbia
27 *                  Vancouver, BC, CANADA
28 *
29 *   To Do:   	    Find some reasonable heuristic for piggybacking packet
30 *		    level acks.
31 *
32 *   Bugs:	    Clear might be sent before data is all out.
33 *
34 *   History:
35 *
36 */
37