webrtc/modules/congestion_controller
Sebastian Jansson da2ec40590 Always sends probes when they are generated.
This changes makes the usage of the new probe controller reflect how the
old probe controller was used. That is probes are now sent as soon as
they are generated. This is to avoid regressions in performance doe to
the timing of the sent probes.

Bug: chromium:868776
Change-Id: I722585689258c9b01e8f1dc47249b284a05a2793
Reviewed-on: https://webrtc-review.googlesource.com/91441
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24175}
2018-08-02 15:36:12 +00:00
..
bbr Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
goog_cc Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
include Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
rtp Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
test Adds debug printing for congestion controllers. 2018-07-03 17:00:24 +00:00
BUILD.gn Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
congestion_window_pushback_controller_unittest.cc Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
congestion_window_pushback_controller.cc Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
congestion_window_pushback_controller.h Implement congestion window direct pushback to encoders. (Without TaskQueue) 2018-07-17 14:26:05 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Adding srte as owner in modules/congestion_controller. 2018-03-20 16:29:08 +00:00
receive_side_congestion_controller_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
receive_side_congestion_controller.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
send_side_congestion_controller_unittest.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
send_side_congestion_controller.cc Always sends probes when they are generated. 2018-08-02 15:36:12 +00:00
transport_feedback_adapter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transport_feedback_adapter.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
transport_feedback_adapter.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00