那些玩出花的“加速”/“隧道”工具

1. 背景

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

2. 那些花儿

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

3. 参考资料

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注


The reCAPTCHA verification period has expired. Please reload the page.