Revision: 34848
http://sourceforge.net/p/opalvoip/code/34848
Author: rjongbloed
Date: 2016-06-22 08:11:50 +0000 (Wed, 22 Jun 2016)
Log Message:
-----------
Added last packet received time to final media statistics trace log.
Modified Paths:
--------------
opal/branches/v3_16/src/rtp/rtp_session.cxx
Modified: opal/branches/v3_16/src/rtp/rtp_session.cxx
===================================================================
--- opal/branches/v3_16/src/rtp/rtp_session.cxx 2016-06-22 08:10:54 UTC (rev 34847)
+++ opal/branches/v3_16/src/rtp/rtp_session.cxx 2016-06-22 08:11:50 UTC (rev 34848)
@@ -364,6 +364,7 @@
<< m_direction << " statistics:\n"
" Sync Source ID = " << RTP_TRACE_SRC(m_sourceIdentifier) << "\n"
" first packet = " << m_firstPacketTime << "\n"
+ " last packet = " << m_lastPacketTimestamp << "\n"
" total packets = " << m_packets << "\n"
" total octets = " << m_octets << "\n"
" bitRateSent = " << (8 * m_octets / duration) << "\n"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|