webrtc/modules/congestion_controller/bbr
Mirko Bonadei f18f9206e5 Revert "Moves TransportFeedbackAdapter to TaskQueue."
This reverts commit 62d01cde6f.

Reason for revert: Causes SIGSEGV in webrtc::RTPSender::BuildRtxPacket.

Original change's description:
> Moves TransportFeedbackAdapter to TaskQueue.
>
> Bug: webrtc:9883
> Change-Id: Id87e281751d98043f4470df5a71d458f4cd654c1
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158793
> Commit-Queue: Sebastian Jansson <srte@webrtc.org>
> Reviewed-by: Erik Språng <sprang@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#30037}

TBR=sprang@webrtc.org,srte@webrtc.org

# Not skipping CQ checks because original CL landed > 1 day ago.

No-Try: True
Bug: webrtc:9883
Change-Id: If54bdb8694144fae3fafbabd72d1ac1198e51aa6
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/161726
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30052}
2019-12-10 13:51:29 +00:00
..
bandwidth_sampler_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
bandwidth_sampler.cc Format almost everything. 2019-07-08 13:45:15 +00:00
bandwidth_sampler.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
bbr_factory.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
bbr_factory.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
bbr_network_controller_unittest.cc Revert "Moves TransportFeedbackAdapter to TaskQueue." 2019-12-10 13:51:29 +00:00
bbr_network_controller.cc Replacing bandwidth adaptation trial with stable target in Opus encoder. 2019-09-24 16:35:02 +00:00
bbr_network_controller.h Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
data_transfer_tracker_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
data_transfer_tracker.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
data_transfer_tracker.h Adds signed infinity to timestamps. 2018-09-04 17:14:05 +00:00
loss_rate_filter_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
loss_rate_filter.cc Adds loss rate filter in BBR controller. 2018-05-31 11:10:07 +00:00
loss_rate_filter.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
packet_number_indexed_queue_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
packet_number_indexed_queue.h Format almost everything. 2019-07-08 13:45:15 +00:00
rtt_stats_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
rtt_stats.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtt_stats.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
windowed_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
windowed_filter.h Adding WindowedFilter class for BBR. 2018-03-25 15:20:28 +00:00