webrtc/modules/pacing
Danil Chapovalov c2994790a1 Throttle 'Very high pacing rate' log message
By producing new message only when new max is 10% larger than the previous max.

Bug: b/305042040
Change-Id: Id85784939f944de8115b881471b02214c34b3043
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/323841
Reviewed-by: Erik Språng <sprang@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#40950}
2023-10-17 13:01:18 +00:00
..
g3doc Reland "Migrate WebRTC documentation to new renderer" 2023-01-31 09:30:04 +00:00
bitrate_prober.cc Change the type of PacedPacketInfo::send_bitrate_bps from int to strongly-typed DataRate. 2023-10-04 14:20:22 +00:00
bitrate_prober.h Ensure a second probe can be sent immediately 2023-03-13 14:48:02 +00:00
bitrate_prober_unittest.cc Ensure a second probe can be sent immediately 2023-03-13 14:48:02 +00:00
BUILD.gn Introduce support for video packet batching. 2023-05-08 16:24:03 +00:00
DEPS WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
interval_budget.cc Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
interval_budget.h Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
interval_budget_unittest.cc Make interval budget use ratio instead of percent 2019-06-07 08:53:57 +00:00
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
pacing_controller.cc Throttle 'Very high pacing rate' log message 2023-10-17 13:01:18 +00:00
pacing_controller.h Throttle 'Very high pacing rate' log message 2023-10-17 13:01:18 +00:00
pacing_controller_unittest.cc Upper limit pacer send bursts to about 63Kbyte 2023-10-11 14:22:44 +00:00
packet_router.cc CHECK against overwrites in send_modules_map_ 2023-08-31 14:00:04 +00:00
packet_router.h Introduce support for video packet batching. 2023-05-08 16:24:03 +00:00
packet_router_unittest.cc Bail out early if the RTP send module for a SSRC was not found 2023-07-14 10:45:36 +00:00
prioritized_packet_queue.cc Add ability to flush packets from pacer queue on a key frame 2023-04-11 10:51:33 +00:00
prioritized_packet_queue.h Add ability to flush packets from pacer queue on a key frame 2023-04-11 10:51:33 +00:00
prioritized_packet_queue_unittest.cc Add ability to flush packets from pacer queue on a key frame 2023-04-11 10:51:33 +00:00
rtp_packet_pacer.h Use ProbeClusterConfig in BitrateProber from GoogCC 2022-05-17 12:29:25 +00:00
task_queue_paced_sender.cc RtpTransportControllerSend::ProcessSentPacket: remove PostTask. 2023-05-09 08:40:26 +00:00
task_queue_paced_sender.h RtpTransportControllerSend::ProcessSentPacket: remove PostTask. 2023-05-09 08:40:26 +00:00
task_queue_paced_sender_unittest.cc [WebRTC-SendPacketsOnWorkerThread] Cleanup TaskQueuePacedSender 2023-04-11 16:11:13 +00:00