projects
/
unionfs-2.6.38.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd8533
)
[PATCH] SCTP: Reset rtt_in_progress for the chunk when processing its sack.
author
David Miller
<davem@davemloft.net>
Tue, 20 Jun 2006 07:06:27 +0000
(
00:06
-0700)
committer
Chris Wright
<chrisw@sous-sol.org>
Fri, 30 Jun 2006 00:17:15 +0000
(17:17 -0700)
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
net/sctp/outqueue.c
patch
|
blob
|
history
diff --git
a/net/sctp/outqueue.c
b/net/sctp/outqueue.c
index f148f9576dd226035b3b6c34d439d7558818ce4a..e5faa351aaadeffd1f1b5a2bc1636c39384d0cae 100644
(file)
--- 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);