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

feature/maxchunks unlimited #21

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

Conversation

msvoelker
Copy link

src/netinet/sctp_output.c
Modified the checks if the number of chunks in the queue hit the limit sctp_max_chunks_on_queue, such that sctp_max_chunks_on_queue=0 is interpreted as unlimited.

@tuexen
Copy link
Member

tuexen commented May 5, 2020

Don't you need a similar dance also in the other places where SCTP_BASE_SYSCTL(sctp_max_chunks_on_queue) is used?

@msvoelker
Copy link
Author

Good point. I made similar changes in sctp_indata.c and sctp_input.c.

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.

2 participants