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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue Feb 23 00:12:36 GMT 2010


Author: soohyunc
Date: Tue Feb 23 00:12:36 2010
New Revision: 4636

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

Log:
changed printing format



Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Tue Feb 23 00:12:36 2010
@@ -113,7 +113,7 @@
 	// timestamp vector for loss history update
 	tsvec_[seqno_%TSZ] = now_;
 
-	//fprintf(stderr, "\t>> now_:%f, tsvec_[%d]:%f\n", 
+	//fprintf(stderr, "\t>> now_: %f, tsvec_[%d]: %f\n", 
 	//	now_, seqno_%TSZ, tsvec_[seqno_%TSZ]);
 
 	// sequence number must be greater than zero
@@ -193,7 +193,7 @@
 
 		// update RTT with the sampled RTT
 		tao_ = now() - tsvec_[jacked_%TSZ];
-		//fprintf(stderr, "\t<< :now_%f, tsvec_[%d]:%f, rtt: %f\n", 
+		//fprintf(stderr, "\t<< now_: %f, tsvec_[%d]: %f, rtt: %f\n", 
 		//	now(), jacked_%TSZ, tsvec_[jacked_%TSZ], tao_);
 		update_rtt(tao_);
 



More information about the Sumover-dev mailing list