NAME

  ErrorWithManyCause.seq - ERROR chunk is received with too many error causes in ESTABLISHED state


PURPOSE

  To check that if ERROR chunk is received with too many error causes in
  ESTABLISHED state, the endpoint should process it correctly.


SYNOPSIS

  ./ErrorWithManyCause.seq [-tooloption ...] -pkt ./ErrorWithManyCause.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 ERROR chunk with with too many error causes
  is sent to endpoint B.


TEST PROCEDURE

  Endpoint A                           Endpoint B                ULP
  (ESTABLISHED)                        (ESTABLISHED)
  ERROR         ----------------->
  (with too many error causes)
  TEST DESCRIPTION:
  1. From endpoint A, send ERROR chunk with with too many error causes
     to endpoint B, when there is association between them. 
  2. Check A: Endpoint B is not crash.


NOTE

  None


REFERENCE

  RFC 4960
  None