Benny Prijono schrieb: >>* On 1/25/08, Net Dabbler <netdabbler at gmail.com<http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org>> wrote: * >>>* Hi all, * >>*> I'm a new user of PJSIP and so far I've looked through the code to try to * >>*> get a feel for it. I've also tried the demo applications (on Linux PCs) *>>*> including pjsua. I would like to set up PJSIP to use SCTP instead of TCP or *>>*> UDP. I plan to use the SCTP implementation from the University of Essen ( * >>*> http://www.sctp.de/sctp-download.html), which provides SCTP *>>>* and socket libraries. * >>> I was using digest mode so apologies for not continuing the thread correctly. >*> * >*> That's cool! I have no clue whatsoever about this library (and * >*> obviously too ignorant to read the docs), so is this a userland *>*> library? Does it have it's own API, or will it integrate into native * >*> OS socket API? *Yes, the Essen implementation is a userland library. The socket api for it is based on the internet draft: Sockets API Extensions for Stream Control Transmission Protocol (SCTP), http://tools.ietf.org/html/draft-ietf-tsvwg-sctpsocket-15 While this API is intended for use with their sctplib, it can apparently be used with a native OS SCTP implementation. * *> > SCTP is already part of linux: > /lib/modules/2.6.18-5-686/kernel/net/sctp/sctp.ko > on Debian just have to install libsctp-dev > I'm using Suse 10.3 and I've installed lksctp. However, Essen's version may prove to be more portable in future. It's still possible I might drop it in favour of another library. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20080125/40cd5470/attachment.html