sctp: on T3_RTX retransmit all the in-flight chunks
[cascardo/linux.git] / net / sctp / sm_sideeffect.c
index 8674d49..efa516b 100644 (file)
@@ -480,7 +480,6 @@ static void sctp_do_8_2_transport_strike(struct sctp_association *asoc,
         * that indicates that we have an outstanding HB.
         */
        if (!is_hb || transport->hb_sent) {
-               transport->last_rto = transport->rto;
                transport->rto = min((transport->rto * 2), transport->asoc->rto_max);
        }
 }