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
sctp: Make most chunk handling errors non-fatal (#716)
Some parts of the SCTP spec isn't fully implemented, which can lead to
spurious errors during chunk processing (e.g. `ErrHandleInitState`). To
compensate, pion treats most chunk handling errors as non-fatal.
This change adopts pion's behavior, and also fixes
`ErrChunkTypeUnhandled` to only ignore the rest of the SCTP packet, as
stated in section 3.2. of the spec.
0 commit comments