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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Mar 29 13:19:06 BST 2010


Author: soohyunc
Date: Mon Mar 29 13:19:06 2010
New Revision: 4741

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

Log:
-- changed print cwnd information 
   previously, when there is no loss, cwnd will not be printed



Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Mon Mar 29 13:19:06 2010
@@ -303,6 +303,7 @@
 	else {
 		control();
 	}
+	print_cwnd();
 
 	// set ackofack (real number)
 	aoa_ = ackofack(); 
@@ -552,8 +553,6 @@
 	// cwnd should always be greater than 1
 	if (cwnd_ < 1)
 		cwnd_ = 1;
-	
-	print_cwnd();
 }
 
 /*



More information about the Sumover-dev mailing list