From c694270149d37e4321e575c4330ffb556182a654 Mon Sep 17 00:00:00 2001 From: Jianhui Dai Date: Wed, 10 Nov 2021 12:58:27 +0800 Subject: [PATCH] Update commentary of PacingController Change-Id: I9bb971b30fc1090bec881a9c179e55031457d7a9 Bug: none Change-Id: I9bb971b30fc1090bec881a9c179e55031457d7a9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/237521 Reviewed-by: Philip Eliasson Commit-Queue: Philip Eliasson Cr-Commit-Position: refs/heads/main@{#35334} --- modules/pacing/pacing_controller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/pacing/pacing_controller.h b/modules/pacing/pacing_controller.h index aade9322f2..f8f31a8a10 100644 --- a/modules/pacing/pacing_controller.h +++ b/modules/pacing/pacing_controller.h @@ -38,9 +38,9 @@ namespace webrtc { // This class implements a leaky-bucket packet pacing algorithm. It handles the // logic of determining which packets to send when, but the actual timing of -// the processing is done externally (e.g. PacedSender). Furthermore, the +// the processing is done externally (e.g. RtpPacketPacer). Furthermore, the // forwarding of packets when they are ready to be sent is also handled -// externally, via the PacedSendingController::PacketSender interface. +// externally, via the PacingController::PacketSender interface. // class PacingController { public: