Squashed 'third_party/lksctp-tools/' content from commit 200eca7f1
Change-Id: I8f7575513f114b205178cac5c6b3706f3d725cb5
git-subtree-dir: third_party/lksctp-tools
git-subtree-split: 200eca7f1419b1ae53958b51e8551f7e7f6cd467
diff --git a/ROADMAP b/ROADMAP
new file mode 100644
index 0000000..0a65578
--- /dev/null
+++ b/ROADMAP
@@ -0,0 +1,45 @@
+TOUR
+----
+COPYING.lib Licensing terms of libsctp
+
+COPYING Licensing terms of other pieces of the package
+
+README Read this before developing.
+
+ChangeLog What has changed since the last release?
+
+AUTHORS Developers name list.
+
+INSTALL How to build and install this package.
+
+doc/ All the relevant Internet Drafts and RFC's.
+
+doc/states.txt This is a detailed state table for SCTP. It makes a
+ pretty good index for RFC2960 too...
+
+man/ SCTP man pages
+
+src/ Implementation of the user space library, include files -
+ this should go, some day, into glibc - as well as a set
+ of SCTP test tools and test programs.
+
+src/apps SCTP test applications.
+
+src/func_tests SCTP functional tests.
+
+src/lib Sources for SCTP library libsctp.a.
+
+src/testlib Sources for SCTP test library libsctputil.a.
+
+src/include/netinet
+ Header files needed for user space development.
+
+bin/ Scripts for lksctp build, installation and execution.
+
+test/ Testframe functional and unit tests. These tests use a
+ framework which enables running lksctp code in userspace.
+
+test/linux/include
+ This include heirarchy includes special versions of
+ kernel include files needed by the user-space test
+ frame.