Error on WIP_COPT_REXMT_MAX *WIP_COPT_REXMT_MAXCNT elapsed?

Hi,

WIP_COPT_REXMT_MAX sets the maximum time between TCP retransmissions and
WIP_ COPT_REXMT_MAXCNT sets the maximum number of retransmissions.
The timeout period will be equal to WIP_COPT_REXMT_MAX * WIP_COPT_REXMT_MAXCNT.

When this timeout period elapses WIP_CEV_ERROR will be received in the event handler. To find the exact reason for the error WIP_CEV_ERROR the error number can be checked , in case the WIP_CEV_ERROR was generated due to a timeout WIP_CERR_TIMEOUT (-986) will be the error number received.