This source code repository contains an implementation of the 
Stream Control Transmission Protocol, as per RFC 2960.

It contains a number of files that are shortly described hereafter:
AUTHORS  :    People who have produced this code.
COPYING  :    The license to be applied for using/compiling/distributing 
              this code. 
INSTALL  :    Basic installation notes.
NEWS     :    Changes from release to release.
README   :    This file 
TODO     :    A more or less complete list of missing features/known
              problems, etc.
sctplib  :    A directory containig the files belonging to the SCTP
              implementation. This will contain the actual executable
              called <sctp>.
sctplib/sctp : contains the files for the actual library, which will be named
               libsctp.a. Also contains the necessary include file sctp.h


sctp/manual :   A subdirectory containing some tex files and a PDF manual,
                describing general implementation features, the API, and
                the example programs.

sctp/docs/en: This subdirectory will contain documentation after the build
    process, that has been automatically derived from the source
	code. This needs a fairly recent version of doc++, which can
	be found on http://www.linuxsupportline.com/~doc++/    !!!
    In case that link should not work, we conveniently provide doc++ source
    code from our FTP server under
    ftp://tdrwww.exp-math.uni-essen.de/pub/unix/devel/doc++-3.4.6.tar.gz
