webrtc/modules/congestion_controller/bbr
Sebastian Jansson 30bd4038cf Splits network units into separate headers.
This CL moves the network units files into a separate folder with a
separate BUILD file. It also splits the units into separate files.
This prepares for moving all or some of the units to somewhere that
can be accessed by more components.

Bug: None
Change-Id: I4ebbc19088b024ba920b0b3c64e5f57431f4f955
Reviewed-on: https://webrtc-review.googlesource.com/68660
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22861}
2018-04-13 13:24:28 +00:00
..
bbr_factory.cc Removed observer from network controller interface. 2018-04-09 11:54:38 +00:00
bbr_factory.h Removed observer from network controller interface. 2018-04-09 11:54:38 +00:00
bbr_network_controller_unittest.cc Removed observer from network controller interface. 2018-04-09 11:54:38 +00:00
bbr_network_controller.cc Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
bbr_network_controller.h Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
BUILD.gn Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
data_transfer_tracker_unittest.cc Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
data_transfer_tracker.cc Moved ostream operators for network units to test. 2018-03-29 11:21:37 +00:00
data_transfer_tracker.h Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
rtt_stats_unittest.cc Removed static const network units. 2018-03-29 09:45:27 +00:00
rtt_stats.cc Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
rtt_stats.h Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
windowed_filter_unittest.cc Splits network units into separate headers. 2018-04-13 13:24:28 +00:00
windowed_filter.h Adding WindowedFilter class for BBR. 2018-03-25 15:20:28 +00:00