FS-8534: calculate RTT average (RTCP SR)

This commit is contained in:
Dragos Oancea
2015-11-12 06:20:57 -05:00
parent cf2528dbc3
commit cc1bf31078
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 */