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

Unordered user messages can not be received out of order #3

Open
TheAomx opened this issue Dec 12, 2016 · 0 comments
Open

Unordered user messages can not be received out of order #3

TheAomx opened this issue Dec 12, 2016 · 0 comments
Assignees

Comments

@TheAomx
Copy link

TheAomx commented Dec 12, 2016

In the following test-cases sctp_recvmsg fails under FreeBSD if two (or more) user messages arrived the implementation out of order. When some fragments of an outstanding user message are missing, the following user messages are not delivered to the userland application.

For example if tsn=2,3,4 of two user messages (first message got tsn=1, 2 second user message got tsn=3, 4) are received and tsn=1 are missing the kernel does not deliver the complete second user message (tsn=3,4).

See the following test-cases for more details:

@tuexen tuexen self-assigned this Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants