Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / performance-tests / SCTP / README.LKSCTP
blob494167abe30dab9eb98fe277bf8295495a4d97ea
1 This README describes the LKSCTP implementation of SCTP for Linux.
3 June 2003 - 1.0
5 Overview
6 --------
8 The LKSCTP project is the Linux Kernel implementation of SCTP.  As of this 
9 writing it has been incorporated into the Linux 2.6 test series of
10 kernels.   
12 LKSCTP adheres to the IETF's SCTP Sockets Draft API.  Please refer to that 
13 document for API specifics.  
15 You MUST use Linux 2.6-test4 or later.  Earlier versions have a different
16 api.   
18 Building ACE/TAO with LKSCTP support
19 --------------------------------
21         - compile kernel with SCTP support
22                 + if compiled as a module, be sure to load it.  
24         - download LKSCTP userspace functions library from 
25           http://lksctp.sourceforge.net/
27         - install userspace library (libsctp.a) into /usr/local/lib
29         - install header file (sctp.h) into /usr/local/include/sctp.h
31         - make ACE/TAO with "sctp=lksctp"
33 Caveats
34 ---------------------------------
36         - Both services interfaces (SOCK_STREAM and SOCK_SEQPACKET) will
37           preserve message boundaries.  
39 Resources
40 ---------------------------------
41   
42         - LKSCTP Homepage: http://lksctp.sourceforge.net/
43                 - Latest Patches
44                 - Userspace Library
45                 - Mailing Lists