Merge pull request #590 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:rtcp-debug-fix to master

* commit 'cc1bf31078a6bac90aa0acb30ff4131dbf66ab9f':
  FS-8534: calculate RTT average (RTCP SR)
This commit is contained in:
Anthony Minessale II
2015-11-13 10:25:03 -06:00
2 changed files with 20 additions and 17 deletions
+1
View File
@@ -51,6 +51,7 @@ struct switch_rtcp_report_block_frame {
uint32_t lsr; /* The middle 32 bits out of 64 in the NTP timestamp */
uint32_t dlsr; /* The delay, expressed in units of 1/65536 seconds, between receiving the last SR packet from source SSRC_n and sending this reception report block */
uint32_t loss_avg;
double rtt_avg;
};
/*! \brief An abstraction of a rtcp frame */