DupCookieAckInShutRecv.seq - Duplicate COOKIE-ACK chunk is received in SHUTDOWN-RECEIVED state
To check that if COOKIE-ACK chunk is received in SHUTDOWN-RECEIVED state
then the endpoint should silently discard a received COOKIE-ACK chunk.
./DupCookieAckInShutRecv.seq [-tooloption ...] -pkt ./DupCookieAckInShutRecv.def
-tooloption : v6eval tool option
See Also: ../common/STD_PKT_COMMON.def
../common/SCTP_COMMON.def
Association is not established between endpoint A and B. Arrange the
data in endpoint A such that COOKIE-ACK message is sent to endpoint
B after receiving SHUTDOWN-ACK message.
Endpoint A Endpoint B ULP
(ESTABLISHED) (ESTABLISHED)
<---------------- DATA
SHUTDOWN ----------------->
COOKIE-ACK -----------------> Silently discard
<---------------- DATA
SACK ----------------->
TEST DESCRIPTION:
1. Send COOKIE-ACK message after sending SHUTDOWN message.
2. Check A: COOKIE-ACK message received in SHUTDOWN-RECEIVE state
is discarded.
None
RFC 4960
5.2.5. Handle Duplicate COOKIE-ACK.
At any state other than COOKIE-ECHOED, an endpoint should silently
discard a received COOKIE ACK chunk.