Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.81 KB

File metadata and controls

21 lines (17 loc) · 2.81 KB

Status of the Fault Handling Tests

The following table show the current status of the Implementation. Once the implementation is completed, the implementation specific columns will be removed.

Name Implemented Finalized OS specific Result FreeBSD Result Linux
sctp-fh-i-5-1-1 Yes (Note 1) Yes No Passed Passed
sctp-fh-i-5-1-2 Yes (Note 1) Yes No Passed Passed
sctp-fh-v-5-2 Yes Yes No Passed Passed
sctp-fh-o-5-3-1 Yes Yes No Passed Passed
sctp-fh-o-5-3-2 Yes (Note 2) Yes No Passed Passed
sctp-fh-o-5-3-3 Yes Yes No Passed Passed
sctp-fh-o-5-3-4 Yes (Note 3) Yes No Passed Passed
sctp-fh-o-5-3-5 Yes No (Note 4) No Unknown Unknown

Notes

  1. After more than Max.Assoc.Retrans retransmissions, FreeBSD reports ECONNABORTED whereas Linux reports ETIMEDOUT.
  2. It is assumed that the intention of the test case is to verify that ABORT chunks are not sent in response to OOTB ABORT chunks.
  3. It is assumed that the intention of the test case is to verify that ABORT chunks are not sent in response to OOTB SHUTDOWN-COMPLETE chunks.
  4. packetdrill doesn't support the specification of source addresses on a per packet base, which must also be non-uni-cast. This is tracked in issue 26.