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
RFC 6525 says for process of INCOMING SSN RESET that the receiver must copy all stream ids from the INCOMING to the OUTGOING SSN RESET requests. FreeBSD doesn't copy the stream ids if the INCOMING SSN RESET wants to reset all streams. Thats no functional error because no streams in the requests means all streams, but it is not implemented like defined in RFC.
see https://github.com/nplab/RFC6525_Testsuite/blob/master/api_tests/sctp-sr-api-se/sctp-sr-api-se-v-5-8.pkt
The text was updated successfully, but these errors were encountered:
RFC 6525 says for process of INCOMING SSN RESET that the receiver must copy all stream ids from the INCOMING to the OUTGOING SSN RESET requests. FreeBSD doesn't copy the stream ids if the INCOMING SSN RESET wants to reset all streams. Thats no functional error because no streams in the requests means all streams, but it is not implemented like defined in RFC.
see
https://github.com/nplab/RFC6525_Testsuite/blob/master/api_tests/sctp-sr-api-se/sctp-sr-api-se-v-5-8.pkt
The text was updated successfully, but these errors were encountered: