webrtc/modules/congestion_controller/bbr
Sebastian Jansson 79f0d4d0c7 Enables feature to account for unacknowledged data.
By enabling this trial, we can also remove reporting of packet
feedback status from send streams that was used before.

Bug: webrtc:9718
Change-Id: I3e7c4656b0ac6592a834617e044f23a072454181
Reviewed-on: https://webrtc-review.googlesource.com/c/118281
Reviewed-by: Oskar Sundbom <ossu@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26363}
2019-01-23 10:00:52 +00:00
..
test Adds functionality to write logs to memory. 2019-01-16 17:36:31 +00:00
bandwidth_sampler_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
bandwidth_sampler.cc Adds signed infinity to timestamps. 2018-09-04 17:14:05 +00:00
bandwidth_sampler.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
bbr_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +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 Removes NetworkControllerTester 2018-12-18 16:11:22 +00:00
bbr_network_controller.cc Enables feature to account for unacknowledged data. 2019-01-23 10:00:52 +00:00
bbr_network_controller.h Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
BUILD.gn Adds functionality to write logs to memory. 2019-01-16 17:36:31 +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 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
rtt_stats_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +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 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
windowed_filter.h Adding WindowedFilter class for BBR. 2018-03-25 15:20:28 +00:00