webrtc/modules/pacing
Sebastian Jansson 45d9c1de9c Added congestion control functionality to pacer.
This adds the ability to the pacer to apply a congestion window by
tracking sent data. This makes it more reliable when the congestion
window is small enough to be filled at a high rate as there are less
thread context switches that might affect the timing and performance.

Outstanding data is not reduced by the pacer as it has no information
about acknowledged packet feedback. This is by design as the pacer would
also need to keep track of on which connection packets were sent or
received, requiring a larger, more complex, change to the pacer.

Bug: webrtc:8415
Change-Id: I4ecd303e835552ced042cd21186da910288a8258
Reviewed-on: https://webrtc-review.googlesource.com/51764
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22371}
2018-03-09 17:40:24 +00:00
..
mock Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
alr_detector.cc Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
alr_detector.h Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
alr_detector_unittest.cc Added unit tests for new congestion controller. 2018-02-28 14:03:48 +00:00
bitrate_prober.cc Removed Reset from BitrateProber. 2018-01-02 14:24:51 +00:00
bitrate_prober.h Removed Reset from BitrateProber. 2018-01-02 14:24:51 +00:00
bitrate_prober_unittest.cc Removed Reset from BitrateProber. 2018-01-02 14:24:51 +00:00
BUILD.gn Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" 2018-02-14 16:53:49 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.cc Added limit to elapsed time in paced sender. 2018-02-28 09:40:00 +00:00
interval_budget.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
interval_budget_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
paced_sender.cc Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
paced_sender.h Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
paced_sender_unittest.cc Added congestion control functionality to pacer. 2018-03-09 17:40:24 +00:00
pacer.h Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
packet_queue.cc Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
packet_queue.h Renamed PacketQueue2 to RoundRobinPacketQueue. 2018-02-07 13:11:38 +00:00
packet_queue_interface.cc Renamed PacketQueue2 to RoundRobinPacketQueue. 2018-02-07 13:11:38 +00:00
packet_queue_interface.h Renamed PacketQueue2 to RoundRobinPacketQueue. 2018-02-07 13:11:38 +00:00
packet_router.cc Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
packet_router.h Preparing for task queue in congenstion controller 2018-02-20 12:35:15 +00:00
packet_router_unittest.cc Change RtpRtcp::SetRemb signature to match RtcpTransceiver::SetRemb 2017-12-13 14:40:01 +00:00
round_robin_packet_queue.cc Renamed PacketQueue2 to RoundRobinPacketQueue. 2018-02-07 13:11:38 +00:00
round_robin_packet_queue.h Renamed PacketQueue2 to RoundRobinPacketQueue. 2018-02-07 13:11:38 +00:00