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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sun May 9 16:10:27 BST 2010


Author: soohyunc
Date: Sun May  9 16:10:27 2010
New Revision: 4811

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

Log:
added a debug statement for printing sequence numbers that this AckVec reports



Modified: vic/branches/cc/cc/tfrc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfrc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfrc_sndr.cpp	Sun May  9 16:10:27 2010
@@ -259,6 +259,8 @@
 
 	// therefore, the number of seqvec elements is:
 	num_seqvec_ = num_elm_ - num_missing_;
+	// printing retrieved sequence numbers from received AckVec
+	print_vec("sequence numbers", seqvec_, num_seqvec_);
 }
 
 /*



More information about the Sumover-dev mailing list