webrtc/modules/congestion_controller/bbr
Sebastian Jansson 9de4ef4b24 Adds signed infinity to timestamps.
Negative infinity is useful in comparisons as it represents a value
guaranteed to be less than any other timestamp. This avoid using
Timestamp::ms(0) to represent such a value or having to use optional
for the special case of first time execution.

To avoid ambiguity, Timestamp::Infinity is renamed to PlusInfinity.

Bug: webrtc:9709
Change-Id: Ib2debff91036e94d1dc903ec0c6faae30febde4e
Reviewed-on: https://webrtc-review.googlesource.com/79440
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24556}
2018-09-04 17:14:05 +00:00
..
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +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
bandwidth_sampler_unittest.cc Adds BandwidthSampler for BBR. 2018-05-16 16:11:21 +00:00
bbr_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
bbr_factory.h Moves network control interface to API. 2018-05-09 11:01:36 +00:00
bbr_network_controller.cc Adds signed infinity to timestamps. 2018-09-04 17:14:05 +00:00
bbr_network_controller.h Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
bbr_network_controller_unittest.cc Removes redundant starting rate. 2018-08-31 17:36:21 +00:00
BUILD.gn Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
data_transfer_tracker.cc Removes unneeded DCHECK in BBR DataTransferTracker. 2018-04-24 12:09:26 +00:00
data_transfer_tracker.h Adds signed infinity to timestamps. 2018-09-04 17:14:05 +00:00
data_transfer_tracker_unittest.cc Removes common header for network units. 2018-04-16 14:51:18 +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 Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
loss_rate_filter_unittest.cc Adds loss rate filter in BBR controller. 2018-05-31 11:10:07 +00:00
packet_number_indexed_queue.h Adds PacketNumberIndexedQueue for BBR. 2018-05-15 07:09:50 +00:00
packet_number_indexed_queue_unittest.cc Adds PacketNumberIndexedQueue for BBR. 2018-05-15 07:09:50 +00:00
rtt_stats.cc Removes common header for network units. 2018-04-16 14:51:18 +00:00
rtt_stats.h Moves network unit types to API. 2018-05-08 11:46:22 +00:00
rtt_stats_unittest.cc Removed static const network units. 2018-03-29 09:45:27 +00:00
windowed_filter.h Adding WindowedFilter class for BBR. 2018-03-25 15:20:28 +00:00
windowed_filter_unittest.cc Moves network unit types to API. 2018-05-08 11:46:22 +00:00