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

Added missing SCTP_DATA_{LAST_FRAG,NOT_FRAG} flags #373

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

jean-airoldie
Copy link
Contributor

This closes #372.

usrsctplib/usrsctp.h Outdated Show resolved Hide resolved
usrsctplib/usrsctp.h Outdated Show resolved Hide resolved
These can be returned by a SCTP_SEND_FAILED_EVENT notification.
See https://tools.ietf.org/html/rfc6458#section-6.1.11
@jean-airoldie
Copy link
Contributor Author

@tuexen Btw what are your thoughts on running clang-format against the repo?

@tuexen tuexen merged commit 8ca1321 into sctplab:master Sep 18, 2019
@jean-airoldie jean-airoldie deleted the missing_flags branch September 18, 2019 11:40
@tuexen
Copy link
Member

tuexen commented Sep 18, 2019

@tuexen Btw what are your thoughts on running clang-format against the repo?

We use the same sources, process them to take out various platform specific code, and then the resulting code is what is in FreeBSD. The code (more or less) is compliant with the coding style required for FreeBSD. For that reason, I would prefer not to run the code through an automated tool which might not be compliant with the FreeBSD coding style...

BTW: Thanks for your submission!

jean-airoldie added a commit to jean-airoldie/usrsctp that referenced this pull request Sep 18, 2019
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.

Missing SCTP_DATA_{NOT_FRAG,LAST_FRAG} in header
2 participants