[refactor] move channel module into transport module

This commit is contained in:
dijunkun
2025-03-17 17:19:46 +08:00
parent 5c598be51d
commit b0306d510c
35 changed files with 134 additions and 98 deletions

View File

@@ -92,7 +92,9 @@ PacingController::~PacingController() = default;
void PacingController::CreateProbeClusters(
rtc::ArrayView<const ProbeClusterConfig> probe_cluster_configs) {
LOG_WARN("b0");
for (const ProbeClusterConfig probe_cluster_config : probe_cluster_configs) {
LOG_WARN("b1");
prober_.CreateProbeCluster(probe_cluster_config);
}
}