NAME

  DupCookieAckInEstab.seq - Duplicate COOKIE-ACK chunk is received in ESTABLISHED state


PURPOSE

  To check that if COOKIE-ACK chunk is received in ESTABLISHED state then
  the endpoint should silently discard a received COOKIE ACK chunk.


SYNOPSIS

  ./DupCookieAckInEstab.seq [-tooloption ...] -pkt ./DupCookieAckInEstab.def
    -tooloption : v6eval tool option
  See Also: ../common/STD_PKT_COMMON.def
            ../common/SCTP_COMMON.def


PRE-TEST CONDITION

  Association is established between endpoint A and B. Arrange the
  data in endpoint A such that COOKIE-ACK message is sent to
  endpoint B in the ESTABLISHED state.


TEST PROCEDURE

  Endpoint A                           Endpoint B                ULP
  (ESTABLISHED)                        (ESTABLISHED)
  COOKIE-ACK    ----------------->      Silently discard
  TEST DESCRIPTION:
  1. Send COOKIE-ACK message after the association between them is setuped.
  2. Check A: COOKIE-ACK message received in ESTABLISHED state is discarded.


NOTE

  None


REFERENCE

  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.