[转载] 那些玩出花的“加速”/“隧道”工具

发布于 2023-04-03  9 次阅读


From :https://blog.stdio.io/1411

1. 背景

在与一些网络审查设施对抗的过程中,国内的这个圈子真的是玩出了花。从流量混淆到重新发明 TLS, 与此同时大家也一直也在跟糟糕/拥挤的国际网络线路做斗争。这里整理一下个人这些年接触到的 “加速” 工具。

2. 那些花儿

时间项目名称类型简介参考
2022verysimpleUDP 双边加速QUIC 拥塞控制算法来自 Hysteria, 其他特点如下:
全协议readv加速,lazy技术,vless,utls支持,grpc回落,交互模式
https://github.com/e1732a364fed/v2ray_simple
2020HysteriaUDP 双边加速基于 quic-go,整了个暴力的 congestion 算法,效果优秀;https://github.com/HyNetwork/hysteria
https://github.com/e1732a364fed/hysteria-
2017kcptunUDP 双边加速基于 UDP 的 KCP 协议,具有 FEC 前向纠错功能,独有的 congestion 算法https://github.com/skywind3000/kcp
https://github.com/xtaci/kcptun
2017UDPspeederUDP 双边加速FEC 前向纠错 + 多倍发包https://github.com/wangyu-/UDPspeeder
2017tinyfecVPNUDP 双边加速基于 UDPspeeder 的一个隧道工具https://github.com/wangyu-/tinyfecVPN
2016BBRTCP 单边加速Google 设计的一套 TCP 拥塞控制算法,Youtube 内部应用多年,于 2016 年合并进 Linux 4.9 内核。
后来 Google 继续推出了更公平的 BBR v2 版本,并作为 QUIC 协议可选的一种算法。
(社区里有很多魔改版的 BBR,如 BBR plus 等)
https://github.com/google/bbr
2015netspeederTCP/UDP 单边加速基于 libpcap 和 libnet 无条件双倍发包https://github.com/snooda/net-speeder
2015finalspeedUDP 双边加速基于 UDP 的双边加速软件,实现了一套拥塞控制算法,支持伪 TCP 头部https://github.com/91yun/finalspeed
2006锐速 LotserverTCP 单边加速商业闭源软件,核心为 ZetaTCPhttps://www.serverspeeder.com/LotServer.php

3. 参考资料

最后更新于 2023-04-03