webrtc/modules/congestion_controller/rtp
Sebastian Jansson 20ad2544b4 Adds tracking of allocated but unacknowledged bitrate.
This adds tracking of traffic for streams that are part of bitrate
allocation but without packet feedback to send side congestion
controller.

This is part of a series of CLs that allows GoogCC to track sent bitrate
that is included in bitrate allocation but without transport feedback.

Bug: webrtc:9796
Change-Id: I13e994461c26638d76e8f2f115e6d375e4403116
Reviewed-on: https://webrtc-review.googlesource.com/c/104940
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Christoffer Rodbro <crodbro@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25126}
2018-10-11 17:45:53 +00:00
..
include Don't reset initial constraints in congestion controller. 2018-09-24 18:32:06 +00:00
BUILD.gn Moves GoogCC factory to API. 2018-10-10 06:11:36 +00:00
congestion_controller_unittests_helper.cc Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
congestion_controller_unittests_helper.h Replaces redundant congestion controller components 2018-05-24 13:35:31 +00:00
pacer_controller.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
pacer_controller.h Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
send_side_congestion_controller.cc Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
send_side_congestion_controller_unittest.cc Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
send_time_history.cc Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
send_time_history.h Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
send_time_history_unittest.cc Removes unnecessary webrtc_cc namespaces. 2018-08-06 17:18:45 +00:00
transport_feedback_adapter.cc Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
transport_feedback_adapter.h Adds tracking of allocated but unacknowledged bitrate. 2018-10-11 17:45:53 +00:00
transport_feedback_adapter_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00