Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RTCDataChannel bufferedamountlow implementation.
Maintain bufferedamount value in blink layer. Increase bufferedamount on send and decrease it on OnBufferedAmountChange updates from webrtc layer. Fire bufferedamountlow when bufferedamount goes below bufferedamountlowthreshold. This change builds upon the corresponding webrtc change: https://webrtc-review.googlesource.com/c/src/+/123237 Design doc: http://doc/1lorHBn-GMn5U0T0RQANxrsW0pXhw8XGZM-xZyVUOW90 Standard: https://w3c.github.io/webrtc-pc/#event-datachannel-bufferedamountlow Bug: 878682 Change-Id: Ifebc79f71f924ecb5cedce1c94e18440663337f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1474764 Commit-Queue: Marina Ciocea <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Cr-Commit-Position: refs/heads/master@{#639846}
- Loading branch information