163214Sbostic/* 2*63215Sbostic * @(#)README.packet 8.1 (Berkeley) 06/10/93 363214Sbostic * 463214Sbostic * X.25 NETWORK PACKET LEVEL: 563214Sbostic * 663214Sbostic * This implementation is based on Recommentation X.25 as agreed at the 763214Sbostic * March 1976 and the February 1980 meetings of CCITT Study Group VII. 863214Sbostic * However, not all aspects are implemented. The following is a list of 963214Sbostic * features which are not yet or may never be implemented: 1063214Sbostic * 1163214Sbostic * 1. D bit 1263214Sbostic * 2. PVC 1363214Sbostic * 3. fast select 1463214Sbostic * 1563214Sbostic * 1663214Sbostic * Note: This implementation is for DTEs only. 1763214Sbostic * 1863214Sbostic * Currently, only the 1976 verison is implemented. 1963214Sbostic * 2063214Sbostic * 2163214Sbostic * Date: February, 1984 2263214Sbostic * 2363214Sbostic * Author: Gerald W. Neufeld 2463214Sbostic * 2563214Sbostic * Installation: Department of Computer Science 2663214Sbostic * University of British Columbia 2763214Sbostic * Vancouver, BC, CANADA 2863214Sbostic * 2963214Sbostic * To Do: Find some reasonable heuristic for piggybacking packet 3063214Sbostic * level acks. 3163214Sbostic * 3263214Sbostic * Bugs: Clear might be sent before data is all out. 3363214Sbostic * 3463214Sbostic * History: 3563214Sbostic * 3663214Sbostic */ 37