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

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


Author: soohyunc
Date: Tue Feb 23 00:33:06 2010
New Revision: 4637

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

Log:
printing format changes



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:33:06 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
@@ -156,7 +156,7 @@
 		clone_ackv(chunk, num_vec_);
 
 		//fprintf(stderr, 
-		//"    [%s +%d] begins:%d, ends:%d, jacked:%d\n", 
+		//"    [%s +%d] begins: %d ends: %d jacked: %d\n", 
 		//		__FILE__, __LINE__, begins_, ends_, jacked_);
 
 		// generate seqno vector
@@ -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