The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/netccitt/README.packet

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 23ab8bff741fdb797806db0ad3b4f6db


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.