sctplab/usrsctp

Is usrsctp_conninput threadsafe?

Aderinom opened this issue · 2 comments

I'd like to use the non threaded implementation of Usrsctp.
For this usrsctp_conninput will be called which brings up the question of thread safety here.
Can this be done concurrently without an external lock?

Btw. Would It be possible to activate the Discussion tab for this Repo?

usrsctp does its locking... So it should be OK to use it. See the examples, which use multiple threads.

I enabled discussions....

Thank you once again tuexen!