mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 00:57:49 +01:00
![]() 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} |
||
---|---|---|
.. | ||
mock | ||
alr_detector.cc | ||
alr_detector.h | ||
alr_detector_unittest.cc | ||
bitrate_prober.cc | ||
bitrate_prober.h | ||
bitrate_prober_unittest.cc | ||
BUILD.gn | ||
DEPS | ||
interval_budget.cc | ||
interval_budget.h | ||
interval_budget_unittest.cc | ||
OWNERS | ||
paced_sender.cc | ||
paced_sender.h | ||
paced_sender_unittest.cc | ||
pacer.h | ||
packet_queue.cc | ||
packet_queue.h | ||
packet_queue_interface.cc | ||
packet_queue_interface.h | ||
packet_router.cc | ||
packet_router.h | ||
packet_router_unittest.cc | ||
round_robin_packet_queue.cc | ||
round_robin_packet_queue.h |