[Sumover-dev] [svn commit] r4529 - vic/branches/cc/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Oct 22 17:06:41 BST 2009


Author: soohyunc
Date: Thu Oct 22 17:06:41 2009
New Revision: 4529

Modified:
   vic/branches/cc/rtp/transmitter.cpp

Log:
re-located debug message to a better and meaningful location


Modified: vic/branches/cc/rtp/transmitter.cpp
==============================================================================
--- vic/branches/cc/rtp/transmitter.cpp	(original)
+++ vic/branches/cc/rtp/transmitter.cpp	Thu Oct 22 17:06:41 2009
@@ -291,10 +291,10 @@
 	// just acked seqno
 	int jack = (int) tfwc_sndr_jacked();
 	//debug_msg("jack: %d\n", jack);
-	debug_msg("seqno: %d\n", ntohs(rh->rh_seqno));
 
 	// while packet seqno is within "cwnd + jack", send that packet
 	while (ntohs(rh->rh_seqno) <= magic + jack) {
+		debug_msg("seqno: %d\n", ntohs(rh->rh_seqno));
 		// record seqno and timestamp at TfwcSndr side
 		tfwc_sndr_send(pb);
 



More information about the Sumover-dev mailing list