Re: [tcpm] F-RTO and RFC 3517 interaction issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tcpm] F-RTO and RFC 3517 interaction issues



Hi Murari,

Thanks for the careful reading! Clarification might indeed be in place.

 From quite early on when specifying the F-RTO algorithm we have  
thought it would be ok to allow fast recovery/SACK recovery  
immediately after detected spurious timeout, because then the TCP  
sender does not send the RTO retransmissions, and therefore the  
potential for RTO retransmissions triggering multiple fast  
retransmits should not exist (so the recover variable can be reset).  
For a case where spurious retransmission timeout follows the SACK  
recovery or fast recovery directly, this reasoning should be valid,  
do we agree?

In case where spurious timeout happens during an earlier RTO  
recovery, there could be potential for false fast retransmits to  
happen, as described in the original NewReno draft. (RFC 3517 does  
not describe it in such detail, but I assume the motivation for the  
text you quote is same also there). On the other hand, the draft says  
that F-RTO SHOULD NOT be applied when an earlier SACK recovery is in  
progress, as I think it was in the example you presented. Do you  
think this note is sufficient, or should it be clarified somehow?

- Pasi


On Mar 10, 2008, at 13:05, ext Murari Sridharan wrote:

> I am seeing an inconsistency between FRTO and RFC 3517. May be the  
> authors could clarify.
>
> F-RTO defines recovery as follows
>
> Set variable "recover" to
>       indicate the highest segment transmitted so far.
>
> RFC 3517 defines
> "HighData" is the highest sequence number transmitted at a  
> given      point.
>
> RFC 3517 clearly mandates that if RTO occurs during loss recovery  
> new recovery phase MUST not be initiated until the RecoveryPoint is  
> crossed.
> “If an RTO occurs during loss recovery as specified in this  
> document,   RecoveryPoint MUST be set to HighData.  Further, the  
> new value of   RecoveryPoint MUST be preserved and the loss  
> recovery algorithm   outlined in this document MUST be terminated.   
> In addition, a new   recovery phase (as described in section 5)  
> MUST NOT be initiated   until HighACK is greater than or equal to  
> the new value of   RecoveryPoint.”  Now FRTO spec seems to violate  
> the above rule with the following statementIf the algorithm exits  
> with   SpuriousRecovery set to SPUR_TO, "recover" is set to  
> SND.UNA, thus   allowing fast recovery on incoming duplicate  
> acknowledgments. This means that if we are in the middle of loss  
> recovery and a real timeout occurs we save the recovery point per  
> RFC 3517. At this point we continue with slow start and congestion  
> avoidance, now say we are still below the earlier recovery point  
> and a new timeout occurs. This time if the timeout is classified as  
> SPUR_TO, then RecoveryPoint is set to SndUNA, overwriting the older  
> value and a new recovery phase can begin, clearly violating RFC  
> 3517.  ThanksMurari

_______________________________________________
tcpm mailing list
tcpm at ietf.org
https://www.ietf.org/mailman/listinfo/tcpm



Note: Messages sent to this list are the opinions of the senders and do not imply endorsement by the IETF.