/**************************************************************************/
/*       Copyright(c) 1987, 1992 by BBN Systems and Technologies,         */
/*         A Division of Bolt Beranek and Newman Inc.                     */
/*                                                                        */
/*       RDP implementation for 4.2/4.3bsd by Craig Partridge             */
/*                                                                        */
/*  Permission to use, copy, modify, distribute, and sell this software   */
/*  and its documentation for any purpose is hereby granted without fee,  */
/*  provided that the above copyright notice and this permission appear   */
/*  in all copies and in supporting documentation, and that the name of   */
/*  Bolt Beranek and Newman Inc.  not be used in advertising or           */
/*  publicity pertaining to distribution of the software without          */
/*  specific, written prior permission. BBN makes no representations      */
/*  about the suitability of this software for any purposes.  It is       */
/*  provided "AS IS" without express or implied warranties.               */
/**************************************************************************/

This distribution of RDP should contain the following files:

    rdp.h -  definition of the RDP segment header
    rdp_conf.h - RDP configuration information
    rdp_ip.h - definition of the combined RDP-IP header
    rdp_var.h - definition of the rdp state variables
    rdp_input.c - RDP pr_input routine and support routines
    rdp_output.c - RDP output routines
    rdp_usrreq.c - all other RDP protosw routines
    rdp_util.c - miscellaneous routines called by protosw routines
    install.ms.tbl - installation information (tbl install.ms.tbl | *roff -ms)
    READ_ME - this file

This implementation was done for 4.2/4.3 BSD in 1987 and has not be used
since then.
