yuanrongxi / razor

A google's congestion Control Algorithm
MIT License
355 stars 156 forks source link

关于测试结果? #20

Closed Aguaimama closed 4 years ago

Aguaimama commented 5 years ago

请教一下袁老师,用测试的sender和receiver进行测试,gcc和bbr这两种拥塞控制算法,发现gcc基本上一直线性增长到3000kb/s,bbr测试先增后减再增加到更高然后再减少(看着是探测带宽的一个过程)再最后趋于稳定,但是bbr的速度最终稳定的速度大概只有400-500kb/s。请问这是正常结果吗?觉得bbr的好像不对?

yuanrongxi commented 5 years ago

应该是BBR批量确认造成的问题,我把批量确认做一下优化看看