mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user