You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since 1.5.0 SRT_TRACEBSTATS::byteRcvLoss retrieved with srt_bstats always contain the same value as byteRecv (as all packets were lost). Looks like it was broken in 5f7bc23 and should be set to m_stats.rcvr.lost.trace.bytesWithHdr() instead of m_stats.rcvr.recvd.trace.bytesWithHdr in srt::CUDT::bstats.
The text was updated successfully, but these errors were encountered:
Since 1.5.0 SRT_TRACEBSTATS::byteRcvLoss retrieved with srt_bstats always contain the same value as byteRecv (as all packets were lost). Looks like it was broken in 5f7bc23 and should be set to m_stats.rcvr.lost.trace.bytesWithHdr() instead of m_stats.rcvr.recvd.trace.bytesWithHdr in srt::CUDT::bstats.
The text was updated successfully, but these errors were encountered: