commit | bcd068d0453a52f20ad15d4efb1ecd695f25ce50 | [log] [tgz] |
---|---|---|
author | Bjorn Mellem <mellem@webrtc.org> | Mon Jul 29 22:09:00 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 29 23:39:49 2019 |
tree | 887df3beae6509649850ba913948f68e978327d5 | |
parent | 0a88ea050cda58de81d624cf2764d46929447ed5 [diff] |
Revert "Only include payload in bytes sent/received." This reverts commit 74a1b4b1321b426392d4c32e4a02361226ad5358. Reason for revert: requested by chromium Original change's description: > 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} TBR=steveanton@webrtc.org,ilnik@webrtc.org,hbos@webrtc.org,ossu@webrtc.org,sprang@webrtc.org,stefan@webrtc.org,mellem@webrtc.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: webrtc:8516, webrtc:10525 Change-Id: Ibd31a8264c19f0c6f57d8deb3974593d198046ab Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147400 Reviewed-by: Bjorn Mellem <mellem@webrtc.org> Commit-Queue: Bjorn Mellem <mellem@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28701}
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.