2016
12-19
12-19
使用 Google BBR 拥塞算法加速 TCP
Google BBR是一个TCP加速优化工具,类似于锐速,可用于优化 TCP 连接。最近一下就火起来了,说明还是有牛逼的地方,咱也别落后,用起来。
GitHub 地址为:https://github.com/google/bbr
仔细看了看,GitHub 主页上有明确的说明“This is not an official Google product.” 说明这其实不是 Google 的官方项.... Read More >