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