[Sumover-dev] [svn commit] r4495 - in vic/branches/cc: rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Jul 27 16:31:26 BST 2009


Author: soohyunc
Date: Mon Jul 27 16:31:26 2009
New Revision: 4495

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

Log:
o  Bug fix - Tfwc sender/receiver can handle AckVec correctly at both sides. 

We can now increase the send rate very fast and can see AckVec build-up and
re-construct mechanisms are workiing correctly.


Modified: vic/branches/cc/cc/tfwc_rcvr.h
==============================================================================
--- vic/branches/cc/cc/tfwc_rcvr.h	(original)
+++ vic/branches/cc/cc/tfwc_rcvr.h	Mon Jul 27 16:31:26 2009
@@ -38,7 +38,7 @@
 
 #include "tfwc_sndr.h"
 
-#define	AVSZ		15		// tfwcAV size
+#define	AVSZ	32		// tfwcAV size
 
 class TfwcRcvr {
 public:

Modified: vic/branches/cc/rtp/session.cpp
==============================================================================
--- vic/branches/cc/rtp/session.cpp	(original)
+++ vic/branches/cc/rtp/session.cpp	Mon Jul 27 16:31:26 2009
@@ -677,7 +677,6 @@
 			printf("\t>> about to send RTCP XR (AckVec)\n");
 			// get the number of chunks
 			num_chunks = tfwc_rcvr_numvec();
-			if (num_chunks > 4 ) num_chunks = 1;
 
 			// declare chunks
 			chunks = (u_int16_t *)malloc(num_chunks * sizeof(u_int16_t));



More information about the Sumover-dev mailing list