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

sctp-d-v-8-3 #8

Open
kastiljo opened this issue Aug 22, 2022 · 1 comment
Open

sctp-d-v-8-3 #8

kastiljo opened this issue Aug 22, 2022 · 1 comment

Comments

@kastiljo
Copy link

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.

@kastiljo
Copy link
Author

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))))

instead of
(let* ((result (sctp-receive-chunk data-chunk?)) (data-chunk (vector-find (cadr result) data-chunk?))) (sctp-send header (vector (make-abort-chunk #f)) peer-addr) stt-test-result-passed)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant