Imported Upstream version 1.0.10
[platform/upstream/lksctp-tools.git] / src / withsctp / README
1 This is a package to let you use SCTP with your existing TCP-based binaries.
2
3 usage:
4
5 $ withsctp xinetd       # Start xinetd stream services on SCTP.
6 $ withsctp telnet localhost     # Make a telnet over SCTP/IP connection.
7
8 To install, edit the top of Makefile to set your install path(s) and then
9
10 $ make all
11 # make install
12
13 This package originally written by La Monte H.P. Yarroll <piggy@acm.org>.
14 To submit fixes or bug reports see lksctp.sourceforget.net.
15 You can try the author or lksctp-developers@lists.sourceforget.net for support.