retransmission
RU: переотправка
TCP resending a segment that was not acknowledged within the retransmission timeout (RTO). TCP detects loss two ways: the RTO expires (slow, triggered after a full timeout), or three duplicate ACKs arrive (fast retransmit, triggered in roughly one RTT). Each RTO expiry doubles the timeout, causing exponential backoff under sustained loss.