AIMD 算法
- aimd算法的核心就是加性增加,乘性减少。
- 代码路径:
E:\ADDEV\RTCTRANS\mediasoup\worker\deps\libwebrtc\libwebrtc\modules\remote_bitrate_estimator\aimd_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