this is failure due to expiration of retransmission time an d retra
nsmission cout.
the count is detremined by syn-retry count set in connection parameter map default is 4 so
ace sends packet (1)
does not get ack in 3 seconds
ace retransmits (2)
no ack for 6 seconds
ace retransmits (3)
no ack in 12 seconds
ace retransmits (4)
no ack in 24 seconds
rtto failure
If the first 9-12 response packet from the ACE to the
client is dropped, then as expected after the RTO(after 3
seconds), ACE starts to retransmit the first packet to the client. If
the client won't ACK this packet also, then ACE retransmit this
packet at an exponentially interval(like 6, 12, 24 and 48 seconds)
for the "syn-retry" count times, and closes the connection by
sending a RST.