webrtc/modules/congestion_controller/rtp
Erik Språng 6a0a55907b Reland "Correctly handle retransmissions/padding in early loss detection."
This is a reland of e9ae4729e0

TBR=philipel@webrtc.org,terelius@webrtc.org

Original change's description:
> Correctly handle retransmissions/padding in early loss detection.
>
> This CL makes sure we don't cull packets from the history based on
> incorrect ack mapping, just like it's predecessor:
> https://webrtc-review.googlesource.com/c/src/+/218000
>
> It also changes the logic to make sure retransmits counts towards
> history pruning - and properly ignores padding/fec.
>
> Bug: webrtc:12713
> Change-Id: I7835d10e483687e960a9cce41d4e2f1a6c3189b4
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221863
> Reviewed-by: Björn Terelius <terelius@webrtc.org>
> Reviewed-by: Philip Eliasson <philipel@webrtc.org>
> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
> Commit-Queue: Erik Språng <sprang@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#34293}

Bug: webrtc:12713
Change-Id: Iec123d71edafea98fe289acde007b57e212681f4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/222640
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34297}
2021-06-16 08:14:27 +00:00
..
BUILD.gn Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
control_handler.cc Propagating TargetRate struct to BitrateAllocator. 2019-09-19 14:03:04 +00:00
control_handler.h Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
transport_feedback_adapter_unittest.cc Reland "Correctly handle retransmissions/padding in early loss detection." 2021-06-16 08:14:27 +00:00
transport_feedback_adapter.cc Handle extended route information in TransportFeedbackAdapter. 2020-03-26 09:39:34 +00:00
transport_feedback_adapter.h Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
transport_feedback_demuxer_unittest.cc Reland "Correctly handle retransmissions/padding in early loss detection." 2021-06-16 08:14:27 +00:00
transport_feedback_demuxer.cc Reland "Correctly handle retransmissions/padding in early loss detection." 2021-06-16 08:14:27 +00:00
transport_feedback_demuxer.h Migrate modules/congestion_controller to webrtc::Mutex. 2020-07-08 08:35:42 +00:00