Re: [webrtc-stats] What does a "transport" consider as "payload"? (#507)

ICE candidate pair stats should have all those bytes (including headers and STUN packets); that layer shouldn't differentiate.
ICE Transport stats should include what's payload for the ICE transport - which includes RTP headers + payload and SCTP headers + payload, but not ICE/TCP/UDP overhead, since that's generated by the ICETransport.
We added a  separate "header bytes" counter - the sum of header bytes + payload bytes should equal the ICE candidate pair byte count summed across all ICE candidate pairs.

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

Received on Friday, 3 January 2020 07:57:56 UTC