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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon May 10 01:07:25 BST 2010


Author: soohyunc
Date: Mon May 10 01:07:24 2010
New Revision: 4813

Modified:
   vic/branches/cc/cc/tfrc_sndr.h

Log:
accidently, added the same debug statement twice! - removed.




Modified: vic/branches/cc/cc/tfrc_sndr.h
==============================================================================
--- vic/branches/cc/cc/tfrc_sndr.h	(original)
+++ vic/branches/cc/cc/tfrc_sndr.h	Mon May 10 01:07:24 2010
@@ -230,10 +230,6 @@
 	inline void print_psize(double now, int size, int len) {
 	fprintf(stderr, "\tnow: %f psize: %d actual: %d\n", now, size, len);
 	}
-	// print the actual packet size and EWMA estimated one
-	inline void print_psize(double now, int size, int len) {
-	fprintf(stderr, "\tnow: %f psize: %d actual: %d\n", now, size, len);
-	}
 	// print packet's timestamp record
 	inline void print_packet_tsvec() {
 	fprintf(stderr, "\t>> now: %f tsvec_[%d]: %f\n",



More information about the Sumover-dev mailing list