blob: 0a65578731d92460e9c01532eb3962502373c7f3 [file] [log] [blame]
Austin Schuh8d0a2852019-12-28 22:54:28 -08001TOUR
2----
3COPYING.lib Licensing terms of libsctp
4
5COPYING Licensing terms of other pieces of the package
6
7README Read this before developing.
8
9ChangeLog What has changed since the last release?
10
11AUTHORS Developers name list.
12
13INSTALL How to build and install this package.
14
15doc/ All the relevant Internet Drafts and RFC's.
16
17doc/states.txt This is a detailed state table for SCTP. It makes a
18 pretty good index for RFC2960 too...
19
20man/ SCTP man pages
21
22src/ 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.
25
26src/apps SCTP test applications.
27
28src/func_tests SCTP functional tests.
29
30src/lib Sources for SCTP library libsctp.a.
31
32src/testlib Sources for SCTP test library libsctputil.a.
33
34src/include/netinet
35 Header files needed for user space development.
36
37bin/ Scripts for lksctp build, installation and execution.
38
39test/ Testframe functional and unit tests. These tests use a
40 framework which enables running lksctp code in userspace.
41
42test/linux/include
43 This include heirarchy includes special versions of
44 kernel include files needed by the user-space test
45 frame.