webrtc/modules/congestion_controller/bbr
Sebastian Jansson c9f42ad909 Simplifies transport overhead mechanism in Scenario test framework.
This changes the behavior for adding virtual transport overhead so it
doesn't change the size of the actual payload buffer, only the
calculated packet size.

Bug: webrtc:9883
Change-Id: I6e24598378c4dd6a591d36ca3b162e933ff4ef7c
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/164523
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30298}
2020-01-17 11:30:02 +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 Simplifies transport overhead mechanism in Scenario test framework. 2020-01-17 11:30:02 +00:00
bbr_network_controller.cc Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED 2020-01-16 15:20:35 +00:00
bbr_network_controller.h Format almost everything. 2019-07-08 13:45:15 +00:00
BUILD.gn Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED 2020-01-16 15:20:35 +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 Concatenate string literals at compile time. 2020-01-14 14:47:48 +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 Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
windowed_filter.h Adding WindowedFilter class for BBR. 2018-03-25 15:20:28 +00:00