Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SCTP: any cross-platform library?

I'm investigating SCTP protocol. Its features look attractive. What I worry is its support from community. Is there any good cross-platform (at least Linux and Windows) C++ (or at least C) SCTP library? Does it support async methods?

like image 768
Andriy Tylychko Avatar asked Jul 08 '11 13:07

Andriy Tylychko


2 Answers

Not sure how well tested/working this is (never got to use it myself), but I looked at http://code.halssoftware.com/index.php/p/boostasiosctp/source/tree/master/boost a while ago. Let me know if that does anything for you.

like image 108
Femi Avatar answered Oct 02 '22 14:10

Femi


Update: A cross platform userland stack link

Exists and is actively maintained at Münster University of Applied Sciences

like image 39
JCR000 Avatar answered Oct 02 '22 14:10

JCR000