commit | 74a1b4b1321b426392d4c32e4a02361226ad5358 | [log] [tgz] |
---|---|---|
author | Bjorn A Mellem <mellem@webrtc.org> | Tue Jul 23 06:18:24 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Jul 23 13:52:55 2019 +0000 |
tree | 068fe6376539941d87f4d50e6f8eac67f2fdd691 | |
parent | cfefa0aef329aac0206c5e56efd90b3b0bdb88b6 [diff] |
Only include payload in bytes sent/received. According to https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict* and https://tools.ietf.org/html/rfc3550#section-6.4.1, the bytes sent statistic should not include headers or padding. Similarly, according to https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*, bytes received are calculated the same way as bytes sent (eg. not including padding or headers). This change stops adding padding and headers to these statistics. Bug: webrtc:8516,webrtc:10525 Change-Id: I891ad5a11a493cc3212afe93e13f62795bf4031f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/146180 Reviewed-by: Stefan Holmer <stefan@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Oskar Sundbom <ossu@webrtc.org> Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28647}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.