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
The text was updated successfully, but these errors were encountered:
hoelscher
changed the title
FreeBSD sends SSN_TSN_RESET while DATA is outstanding, but should buffers it and send when DATA is send
FreeBSD sends response to SSN_TSN_RESET while DATA is outstanding, but should buffers it and send when DATA is send
Jun 13, 2016
When FreeBSD hasn't finished to send DATA for example because fragmentation, and then receives a SSN_TSN_RESET request, FreeBSD performes the reset and send reconfig response before it sends the last fragments. So the other endpoint isn't able to put the data fragments together.
see test
https://github.com/nplab/RFC6525_Testsuite/blob/master/implementation_tests/sctp-sr-i-mf/sctp-sr-i-mf-i-2-8.pkt
The text was updated successfully, but these errors were encountered: