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
When TransportLayerCC packets are parsed in feedback_adapter.go the refTime and deltaIndex are only updated for packets found in history. If only some packets in the report are missing from history this leads to subsequent packets getting the wrong arrival time. See test below.
What did you expect?
The arrival time for packets still in history should be correct even if some earlier packets in the report expired.
Your environment.
What did you do?
When
TransportLayerCC
packets are parsed in feedback_adapter.go the refTime and deltaIndex are only updated for packets found in history. If only some packets in the report are missing from history this leads to subsequent packets getting the wrong arrival time. See test below.What did you expect?
The arrival time for packets still in history should be correct even if some earlier packets in the report expired.
The text was updated successfully, but these errors were encountered: