首页 > 编程知识 正文

mediasoup 带宽估计aimd算法1 AimdRateControl,loglogcounting基数估计算法

时间:2023-05-03 12:48:32 阅读:242524 作者:12

AIMD 算法 aimd算法的核心就是加性增加,乘性减少。 代码路径:
E:ADDEVRTCTRANSmediasoupworkerdepslibwebrtclibwebrtcmodulesremote_bitrate_estimatoraimd_rate_control.h 隶属于 remote_bitrate_estimator模块 大神分析 congestion_controller、 remote bitrate estimator、pacing模块浅析

remote_bitrate_estimator模块的作用就是根据当前的网络状态和带宽,
采用aimd算法对带宽做出评估,当前网络状态可分为overuseing、undeuseing、hold。
remote_bitrate_estimator模块会被congestion_controller模块里面的delay_based_bwe和receive_side_congestion_controller所使用。

估计值 链路带宽 当前链路带宽 linkedCapacity 带宽估计值 DataRate current_bitrate_; 估计的吞吐量

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。