mirror of
https://github.com/livekit/livekit.git
synced 2026-06-04 08:41:47 +00:00
1665f51bd0
* Stats of NACKs acked and number of repeated NACKs. Also making a change in delta stat to drop negative packet loss counts to 0. Because of windowing it is a legitimate case. The receiver could have seen a loss in window we are measuring and in the subsequent window, the receiver could have gotten a retransmission and reduced the packet loss count resulting in a negative delta. When we report negative delta, it could get dropped by analytics validator. That will be lost data. Avoid that. * Remove unused code * Pick up latest protocol