Try to derive the algorithm that sets the time when a packet is retransmitted. (Repeat the experiment, if necessary). Is there a maximum time interval between retransmissions?
It is an exponential backoff. The maximum time interval between retransmissions is 64 seconds.
Computer Science & Information Technology