webrtc/modules/congestion_controller/rtp
Sebastian Jansson 5059c07604 Making periodic tasks in SSCC stoppable.
Adding Stop method of periodic tasks in SendSideCongestionController
(SSCC). This is utilized in a later CL enabling switching the network
controller which requires stopping the old periodic task and starting a
new one with a new update period.

Bug: webrtc:8415
Change-Id: I2e56c1e1fe10d88c038b2f290d94c08723ddf4e4
Reviewed-on: https://webrtc-review.googlesource.com/67280
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22786}
2018-04-09 09:09:59 +00:00
..
include Making periodic tasks in SSCC stoppable. 2018-04-09 09:09:59 +00:00
BUILD.gn Separate build target for rtc_base/numerics/safe_minmax.h 2018-03-07 14:12:00 +00:00
congestion_controller_unittests_helper.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
congestion_controller_unittests_helper.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
pacer_controller.cc Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
pacer_controller.h Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
send_side_congestion_controller_unittest.cc Removed observer from probe controller. 2018-04-06 16:13:37 +00:00
send_side_congestion_controller.cc Making periodic tasks in SSCC stoppable. 2018-04-09 09:09:59 +00:00
send_time_history_unittest.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
send_time_history.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
send_time_history.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
transport_feedback_adapter_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
transport_feedback_adapter.cc Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00
transport_feedback_adapter.h Added namespace to new congestion controller. 2018-02-28 09:52:43 +00:00