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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Aug 18 20:08:56 BST 2008


Author: soohyunc
Date: Mon Aug 18 20:08:56 2008
New Revision: 4282

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

Log:
o  commented out print-out messages


Modified: vic/branches/cc/rtp/session.cpp
==============================================================================
--- vic/branches/cc/rtp/session.cpp	(original)
+++ vic/branches/cc/rtp/session.cpp	Mon Aug 18 20:08:56 2008
@@ -1170,7 +1170,7 @@
 
 	// we received seqno/ackofack, so do receiver stuffs here
 	if (seqno_ != ackofack_) {
-		printf("RECEIVER RECEIVER!!\n");
+		//printf("RECEIVER RECEIVER!!\n");
 		// parse seqno, ackofack, and timestamp from XR report block
 		if(flags == XR_BT_1) {
 			// this is XR conveys seqno and ackofack
@@ -1189,7 +1189,7 @@
 	}
 	// we received ackvec, so do sender stuffs here
 	else {
-		printf("SENDER SENDER!!\n");
+		//printf("SENDER SENDER!!\n");
 		// parse ackvec and timestamp echo from XR report block
 		if(flags == XR_BT_1) {
 			ackvec_ = ntohl(xr->chunk);



More information about the Sumover-dev mailing list