FS-6623 #resolve fix init and logging for rtcp

This commit is contained in:
Anthony Minessale
2014-09-13 01:41:49 +05:00
parent b738775876
commit f924684eff
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -648,6 +648,7 @@ typedef struct {
uint32_t cum_lost; /* Packet loss calculation, cumulative number of packet lost */
uint32_t last_recv_lsr_local; /* RTT calculation, When receiving an SR we save our local timestamp in fraction of 65536 seconds */
uint32_t last_recv_lsr_peer; /* RTT calculation, When receiving an SR we extract the middle 32bits of the remote NTP timestamp to include it in the next SR LSR */
uint32_t init;
} switch_rtcp_numbers_t;
typedef struct {