webrtc/modules/congestion_controller
Per K a041a97f63 Reset RobustThroughputEstimator if recv timestamp jump backwards
Start using RobustThoughputEstimator in DelayBasedBwe test in preparation for making it default.
Experiments has not showed significant metric changes. However, simulations has showed that RobustThroughputEstimator better follow the actually receive rate better. Especially during bursts of sent packets. Code is also simpler.

Bug: webrtc:13402 chromium:1411666
Change-Id: I83cfa1fc15486982b18cc22fbd0752ff59c1c1b4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317600
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Per Kjellander <perkj@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40644}
2023-08-28 17:40:30 +00:00
..
goog_cc Reset RobustThroughputEstimator if recv timestamp jump backwards 2023-08-28 17:40:30 +00:00
include Cleanup ReceiveSideCongestionController api from OnReceivedPacket taking legacy RTPHeader 2023-04-05 17:07:27 +00:00
pcc Increase maximum RTP padding length to 255 bytes 2023-05-22 09:43:06 +00:00
rtp Delete struct RTCPReportBlock as no longer used 2023-05-30 11:07:09 +00:00
BUILD.gn In ReceiveSideCongestionController unittest use modern version of OnReceivedPacket 2023-03-10 13:14:09 +00:00
DEPS
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
receive_side_congestion_controller.cc In remote bitrate estimator pass packet using RtpPacketReceived class 2023-07-28 10:22:16 +00:00
receive_side_congestion_controller_unittest.cc In ReceiveSideCongestionController unittest use modern version of OnReceivedPacket 2023-03-10 13:14:09 +00:00
remb_throttler.cc Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController 2021-04-21 13:10:44 +00:00
remb_throttler.h Reland "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" 2022-06-29 09:38:16 +00:00
remb_throttler_unittest.cc Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController 2021-04-21 13:10:44 +00:00