[Sumover-dev] [svn commit] r4772 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Apr 9 16:18:35 BST 2010


Author: soohyunc
Date: Fri Apr  9 16:18:35 2010
New Revision: 4772

Modified:
   vic/branches/cc/cc/tfwc_sndr.cpp

Log:
corrected a mistake - this line should've been there in the first place.



Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Fri Apr  9 16:18:35 2010
@@ -245,7 +245,6 @@
 		//
 		else if(out_of_ack(jacked_, seqvec_, num_seqvec_)) {
 		  debug_msg("warning: this ack(%d) itself is out-of-order!\n",jacked_);
-		  if(!is_tfwc_on_)
 		  // if the disorder is beyond 3 dupack rule,
 		  // revert to the earlier history
 		  if(shift >= DUPACKS)



More information about the Sumover-dev mailing list