Skip to content
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

Add configure option to disable upcalls #710

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JonathanLennox
Copy link
Contributor

The code to implement the upcall API seems to have bugs (notably #709) which can affect users of usrsctplib even when that API isn't used. This PR adds a configure-time option to disable support for that API, to avoid those bugs.

@JonathanLennox
Copy link
Contributor Author

Unfortunately and unexpectedly, it looks like the library depends on the socket's reference count not going to zero during sctp_common_input_processing. With this PR, the deadlocks in #711 and #712 emerged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant