mirror of
https://github.com/livekit/livekit.git
synced 2026-07-31 16:00:22 +00:00
* 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