HI,
Asynchronous links. Asynchronous links provide a method for transporting
data that has no time-based characteristics. The data is normally expected
to be retransmitted until successfully received, and each data entity can be
processed at any time after receipt, without reference to the time of receipt
of any previous or successive entity in the stream (providing the ordering of
data entities is preserved.)
As discribled above, If the server sent a packet OTA, and it receive a NACK, it will retransmitt the packet.
However, if the NACK is continuous, retransmittion will continue and it will block the commmunication. What we can do to stop it?
Best Regards!