-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if usrsctp support android #692
Comments
Android doesn't support pthread_cancel which usrsctp depends on. I'm also looking for a workaround for this |
usrsctp was used in WebRTC, which runs on Android, until we switched to dcSCTP. So some workaround was found (but I don't know what it is, or whether or not it was WebRTC specific). |
It turns out usrsctp only depends on pthread_cancel in the sample programs. You can turn that off by using https://github.com/sctplab/usrsctp/blob/master/CMakeLists.txt#L76 |
If you use the callback-based approach ( |
Hello,Usrsctp's readme say : SCTP stack supporting FreeBSD, OpenBSD, Linux, Mac OS X and Windows.
Android was not mentioned. So I want to know if usrsctp can be used in android system and how can I useed in android system between two hosts?
The text was updated successfully, but these errors were encountered: