From: Vlad Yasevich Date: Fri, 3 Feb 2006 00:57:31 +0000 (-0800) Subject: [SCTP]: Fix 'fast retransmit' to send a TSN only once. X-Git-Tag: v2.6.16-rc3~210^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27852c26baab8b95fc9a2b3e8a18770ecd553f10;p=pandora-kernel.git [SCTP]: Fix 'fast retransmit' to send a TSN only once. SCTP used to "fast retransmit" a TSN every time we hit the number of missing reports for the TSN. However the Implementers Guide specifies that we should only "fast retransmit" a given TSN once. Subsequent retransmits should be timeouts only. Also change the number of missing reports to 3 as per the latest IG(similar to TCP). Signed-off-by: Vlad Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed