You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
The text was updated successfully, but these errors were encountered: