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
When two not fragmented user messages are sent and the cwnd only allows one outstanding I_DATA-Chunk the second user message should be discarded if it has already been abandoned by a PR-SCTP-Policy (for example the ttl has expired).
The current FreeBSD-Implementation still tries to deliver the already abandoned second user message after the first user message has been abandoned by sending a I_FORWARD-TSN for the first user message and then sending a I_DATA-Chunk for the already abandoned second user message.
The text was updated successfully, but these errors were encountered:
TheAomx
changed the title
Already abandoned user message are not discarded as early as possible
Already abandoned user messages are not discarded as early as possible
Dec 12, 2016
When two not fragmented user messages are sent and the cwnd only allows one outstanding I_DATA-Chunk the second user message should be discarded if it has already been abandoned by a PR-SCTP-Policy (for example the ttl has expired).
The current FreeBSD-Implementation still tries to deliver the already abandoned second user message after the first user message has been abandoned by sending a I_FORWARD-TSN for the first user message and then sending a I_DATA-Chunk for the already abandoned second user message.
See the following test case for more details:
The text was updated successfully, but these errors were encountered: