SCTP: Do not retransmit chunks that are newer then rtt.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 24 Aug 2007 10:37:46 +0000 (19:37 +0900)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 30 Aug 2007 17:56:06 +0000 (13:56 -0400)
commitd0ce92910bc04e107b2f3f2048f07e94f570035d
tree9c207786faf64e210d4e3e9c0a2388a0576b4cf8
parentcc75689a4c4eb94b2fd7e3870347b9237ab39503
SCTP: Do not retransmit chunks that are newer then rtt.

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