- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Feb 2017 20:03:47 +0000
- To: public-webrtc-logs@w3.org
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