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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Fri Mar 5 01:49:50 GMT 2010


Author: soohyunc
Date: Fri Mar  5 01:49:50 2010
New Revision: 4670

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

Log:
-- removed recv_xreport() from transmitter.cpp
   it is now called at SessionManager::transmit()



Modified: vic/branches/cc/rtp/transmitter.cpp
==============================================================================
--- vic/branches/cc/rtp/transmitter.cpp	(original)
+++ vic/branches/cc/rtp/transmitter.cpp	Fri Mar  5 01:49:50 2010
@@ -304,9 +304,6 @@
 //	fprintf(stderr,"\t|                                          |\n");
 //	fprintf(stderr,"\tV                                          V\n");
 
-	// receive XR (ackvec) before sending
-	//recv_xreport();
-
 	// pb is not null, hence parse it.
 	rtphdr* rh = (rtphdr *) pb->data;
 
@@ -341,9 +338,6 @@
 //	fprintf(stderr,"\t|                                          |\n");
 //	fprintf(stderr,"\tV                                          V\n");
 
-	// receive XR (ackvec) before sending
-	//recv_xreport();
-
 	// head of the RTP data packet buffer (pb)
 	pktbuf* pb = head_;
 



More information about the Sumover-dev mailing list