webrtc/modules/congestion_controller
Sebastian Jansson 97bedae224 Revert "Improving robustness of feedback matching code in event log parser."
This reverts commit a1e4fbb253.

Reason for revert: Breaks downstream.

Original change's description:
> Improving robustness of feedback matching code in event log parser.
> 
> Removes the dependency on TransportFeedbackAdapter thereby removing
> some of the complexity that came with it, in particular, we don't fill
> in missing packets. This makes the code easier to debug and avoids some
> confusing logging that's not relevant for the parser.
> 
> Bug: webrtc:9883
> Change-Id: I6df8425e8ab410514727c51a5e8d4981d6561f03
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133347
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Reviewed-by: Björn Terelius <terelius@webrtc.org>
> Commit-Queue: Sebastian Jansson <srte@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#27739}

TBR=terelius@webrtc.org,stefan@webrtc.org,srte@webrtc.org

Change-Id: Icdf3231f5a32b6f63a903c7dffc8ca505680a72a
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9883
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/134105
Reviewed-by: Sebastian Jansson <srte@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27742}
2019-04-24 15:03:36 +00:00
..
bbr Refactor of SimulationNode. 2019-04-15 14:11:00 +00:00
goog_cc Add field trial to AimdRateController to only increase while not in ALR 2019-04-17 12:05:24 +00:00
include Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
pcc Refactor of SimulationNode. 2019-04-15 14:11:00 +00:00
rtp Revert "Improving robustness of feedback matching code in event log parser." 2019-04-24 15:03:36 +00:00
test Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
BUILD.gn Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Add crodbro as owner of congestion controller. 2019-04-10 16:35:08 +00:00
receive_side_congestion_controller.cc Expose send parameters for RemoteEstimatorProxy for field trial. 2019-04-17 12:45:47 +00:00
receive_side_congestion_controller_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
send_side_congestion_controller.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
send_side_congestion_controller_unittest.cc Add RTP sequence number to TransportFeedbackObserver::AddPacket() 2019-04-23 11:02:56 +00:00
transport_feedback_adapter.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
transport_feedback_adapter.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00
transport_feedback_adapter_unittest.cc Removes unused mock_bitrate_controller. 2019-03-11 14:31:14 +00:00