Re: [webrtc-stats] packetsLost is unsigned but can be negative according to RFC

packets lost is defined as # of packets received - # of ticks of the RTP sequence number since start-of-call. packets received is actually not carried in an RR, so it has to be calculated from the # of expected packets and the # of packets lost.
Simple solution: Remove "unsigned" from packetsLost and add a note to the definition that it can be negative if more packets are received than sent.

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/253#issuecomment-339609624 using your GitHub account

Received on Thursday, 26 October 2017 09:37:01 UTC