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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Tue May 18 15:02:43 BST 2010


Author: soohyunc
Date: Tue May 18 15:02:43 2010
New Revision: 4848

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

Log:
get SO_TIMESTAMP



Modified: vic/branches/cc/rtp/session.cpp
==============================================================================
--- vic/branches/cc/rtp/session.cpp	(original)
+++ vic/branches/cc/rtp/session.cpp	Tue May 18 15:02:43 2010
@@ -1378,14 +1378,14 @@
 		// i am an RTP data sender (receive ackvec)                         *
 		// -----------------------------------------------------------------*
 		if (am_i_sender()) {
+		  // get SO_TIMESTAMP
+		  so_rtime = ch_->net()->recv_so_time() - tx_ts_offset();
+		  //sender_xr_ts_info(so_rtime);
+
   		  fprintf(stderr, ">>> parse_xr - i_am_sender\n");
 		  fprintf(stderr, "\tincomingXR\tnow: %f\n", recv_ts_);
 		  //sender_xr_info(__FILE__,__LINE__,begin, end, xr1, xrlen);
 
-		  // SO_TIMESTAMP
-		  //so_rtime = ch_[0].net()->recv_so_time();
-		  //sender_xr_ts_info(so_rtime);
-
 		  switch (cc_type_) {
 			case WBCC:
 			// TFWC sender (getting AckVec)



More information about the Sumover-dev mailing list