diff options
Diffstat (limited to 'net/sctp/outqueue.c')
-rw-r--r-- | net/sctp/outqueue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index a4fe7dee76e8..4e551ba8998c 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c | |||
@@ -1405,7 +1405,6 @@ static void sctp_check_transmitted(struct sctp_outq *q, | |||
1405 | * instance). | 1405 | * instance). |
1406 | */ | 1406 | */ |
1407 | if (!tchunk->tsn_gap_acked && | 1407 | if (!tchunk->tsn_gap_acked && |
1408 | !tchunk->resent && | ||
1409 | tchunk->rtt_in_progress) { | 1408 | tchunk->rtt_in_progress) { |
1410 | tchunk->rtt_in_progress = 0; | 1409 | tchunk->rtt_in_progress = 0; |
1411 | rtt = jiffies - tchunk->sent_at; | 1410 | rtt = jiffies - tchunk->sent_at; |