RTCInboundRtpStreamStats.perDscpPacketsReceived - Web APIs 编辑
The perDscpPacketsReceived
property of the RTCInboundRtpStreamStats
dictionary is a record comprised of key/value pairs in which each key is a string representation of a Differentiated Services Code Point and the value is the number of packets received for that DCSP.
Note: Not all operating systems make data available on a per-DSCP basis, so this property shouldn't be relied upon on those systems.
Syntax
var perDscpPacketsReceived = rtcInboundRtpStreamStats.perDscpPacketsReceived;
Value
A record comprised of string/value pairs. Each key is the string representation of a single Differentiated Services Code Point (DSCP)'s ID number.
Note: Due to network bleaching and remapping, the numbers seen on this record are not necessarily going to match the values as they were when the data was sent.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCInboundRtpStreamStats.perDscpPacketsReceived' in that specification. | Candidate Recommendation | Initial definition. |
See also
- RFC 2474: The Differentiated Service field in IPv4 and IPv6 headers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论