phil-news-nospam@ipal.net wrote:
> I've read about and downloaded the packages sctplib and socketapi which
> appears to use sctplib. But these are userland implementations of SCTP.
>
> What I'm really looking for is how a non-userland implementation would
> be used by a userland application program. I presume this would use the
> basic socket interface. But there are details about SCTP that would also
> make this differ somewhat. For example, identifying different streams.
>
> What is the expected standard way (API) to use SCTP for non-userland (e.g.
> in the host kernel IP stack) implementations of SCTP?
http://lksctp.sourceforge.net/ is a nice starting point
Examples, standard API drafts and others are linked from there.
sctplib has an addon giving you the socket api(well, almost),
described in
http://www.ietf.org/internet-drafts/...psocket-11.txt