Re: [PATCH][SCTP]: Fix 'fast retransmit' to send a TSN only once.

2006-02-02 Thread David S. Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Wed, 01 Feb 2006 14:29:22 -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 r

[PATCH][SCTP]: Fix 'fast retransmit' to send a TSN only once.

2006-02-01 Thread Sridhar Samudrala
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 t