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

Already abandoned user messages are not discarded as early as possible #9

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

Comments

@TheAomx
Copy link

TheAomx commented 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:

@TheAomx 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
@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