From: Vlad Yasevich Date: Fri, 24 Aug 2007 10:37:46 +0000 (+0900) Subject: SCTP: Do not retransmit chunks that are newer then rtt. X-Git-Tag: v2.6.23-rc5~37^2~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0ce92910bc04e107b2f3f2048f07e94f570035d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed