Release lksctp-tools-1.0.15
[lksctp-tools.git] / ROADMAP
blob0a65578731d92460e9c01532eb3962502373c7f3
1 TOUR
2 ----
3 COPYING.lib     Licensing terms of libsctp      
5 COPYING         Licensing terms of other pieces of the package
7 README          Read this before developing.
9 ChangeLog       What has changed since the last release?
11 AUTHORS         Developers name list.
13 INSTALL         How to build and install this package.
15 doc/            All the relevant Internet Drafts and RFC's.
17 doc/states.txt  This is a detailed state table for SCTP.  It makes a
18                 pretty good index for RFC2960 too...
20 man/            SCTP man pages
22 src/            Implementation of the user space library, include files - 
23                 this should go, some day, into glibc - as well as a set
24                 of SCTP test tools and test programs.  
26 src/apps        SCTP test applications.
28 src/func_tests  SCTP functional tests.
30 src/lib         Sources for SCTP library libsctp.a.
32 src/testlib     Sources for SCTP test library libsctputil.a.
34 src/include/netinet
35                 Header files needed for user space development.
37 bin/            Scripts for lksctp build, installation and execution.
39 test/           Testframe functional and unit tests. These tests use a 
40                 framework which enables running lksctp code in userspace.
42 test/linux/include
43                 This include heirarchy includes special versions of
44                 kernel include files needed by the user-space test
45                 frame.