Re: [webrtc-stats] Not clear how to differentiate between received connectivity checks and consent requests

There's a cost in reporting the number of unique transaction IDs in 
that it requires keeping track of which IDs are already seen - 
potentially forever. That's a burden.

In the absence of compelling evidence that it's a) possible and b) 
useful to distinguish between them, I'm going to do a PR that removes 
"retransmissionsReceived", "consentReqeustsReceived" and 
"consentResponsesReceived", and change the definition of 
"requestsReceived" and "responsesReceived" to say that it's the total 
count of STUN packets of those types received.

I'll make @aboba a reviewer for the PR.

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

Received on Monday, 27 February 2017 20:03:54 UTC