On Thu, Aug 01, 2013 at 03:33:08PM +0200, [email protected] wrote: > Hi! > > >> SCTP test in ltp is based on lksctp. But the last patch for sctp in ltp > > >> is > > >> 2006. It has changed a lot and fixed many bugs. Update sctp test to > > >> upstream > > >> version 1.0.15 now. > > > > > > I'm a bit confused here. Is the SCTP testsuite developed elsewhere? In > > > > Still at the old SF place: http://lksctp.org/ > > Git repo from the website: git://github.com/borkmann/lksctp-tools.git > > So what about making it git submodule or including it only in the > released tarballs leaving only a README with URL to the original project > in the git? > > It IMHO does not make much sense to have the code in two different git > repos and synchronizing them from time to time with really big patch is > even worse.
The lksctp-tools project provides a Linux user space library for SCTP (libsctp) including C language header files (netinet/sctp.h) for accessing SCTP specific application programming interfaces not provided by the standard sockets, and also some helper utilities around SCTP. The sctp test case is only a little part of lksctp-tools and used for sctp protocol stack testing. LTP include these test cases from 2002 for networking test. It is just like TCP/UDP/ICMP/IGMP testing. I don't see any reason why we should remove it from network stack testing. BTW, Daniel is lksctp-tools' maintainer. He doesn't care ltp testing. -- Thanks & Best Regards Hangbin Liu <[email protected]> ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
