git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc75689
)
SCTP: Do not retransmit chunks that are newer then rtt.
author
Vlad Yasevich
<vladislav.yasevich@hp.com>
Fri, 24 Aug 2007 10:37:46 +0000
(19:37 +0900)
committer
Vlad Yasevich
<vladislav.yasevich@hp.com>
Thu, 30 Aug 2007 17:56:06 +0000
(13:56 -0400)
When performing a retransmit, do not include the chunk if
it was sent less then 1 rtt ago. The reason is that we
may receive the SACK very soon and wouldn't retransmit.
Suggested by Randy Stewart.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/outqueue.c
patch
|
blob
|
history
diff --cc
net/sctp/outqueue.c
Simple merge