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
Why result is expecting data chunk? From standard: "Ensure that the IUT is able receive segmented data." So SACK with Cumulative TSN Ack field should be enough.
The text was updated successfully, but these errors were encountered:
Probably this should be the last part of test: (let ((sack (vector-ref (cadr (sctp-receive-chunk sack-chunk?)) 0))) (sctp-send header (vector (make-abort-chunk #f)) peer-addr) (if (= (get-cumulative-tsn-ack sack) (+mod32 local-tsn 2)) stt-test-result-passed stt-test-result-failed))))
Why result is expecting data chunk? From standard: "Ensure that the IUT is able receive segmented data." So SACK with Cumulative TSN Ack field should be enough.
The text was updated successfully, but these errors were encountered: