sctp: remove 'resent' bit from the chunk
[safe/jmp/linux-2.6] / net / sctp / outqueue.c
index a4fe7de..4e551ba 100644 (file)
@@ -1405,7 +1405,6 @@ static void sctp_check_transmitted(struct sctp_outq *q,
                                 * instance).
                                 */
                                if (!tchunk->tsn_gap_acked &&
-                                   !tchunk->resent &&
                                    tchunk->rtt_in_progress) {
                                        tchunk->rtt_in_progress = 0;
                                        rtt = jiffies - tchunk->sent_at;