[SCTP]: Fix 'fast retransmit' to send a TSN only once.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 3 Feb 2006 00:57:31 +0000 (16:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 3 Feb 2006 00:57:31 +0000 (16:57 -0800)
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 <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found