X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=net%2Fsctp%2Foutqueue.c;h=e5faa351aaadeffd1f1b5a2bc1636c39384d0cae;hb=c9ab09710ecb071031b0a04f3f9d7e686c0a75e0;hp=f148f9576dd226035b3b6c34d439d7558818ce4a;hpb=8f75015f33c3005e0bbf83ffc0d5e0b4262cc03d;p=linux-2.6-omap-h63xx.git diff --git a/net/sctp/outqueue.c b/net/sctp/outqueue.c index f148f9576dd..e5faa351aaa 100644 --- a/net/sctp/outqueue.c +++ b/net/sctp/outqueue.c @@ -1262,6 +1262,7 @@ static void sctp_check_transmitted(struct sctp_outq *q, if (!tchunk->tsn_gap_acked && !tchunk->resent && tchunk->rtt_in_progress) { + tchunk->rtt_in_progress = 0; rtt = jiffies - tchunk->sent_at; sctp_transport_update_rto(transport, rtt);