-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议开发类似udp2raw的udp传送方式 #197
Comments
必须有,实际上几个小时前我还在构思 Accelerator 协议,专门用来加速游戏 UDP |
Accelerator 协议不同于 XUDP(后者是 UDP over TCP 的 MUX),它专门保持原生 UDP 特性来代理 UDP 流量,计划支持:
|
必须有!顶一个! |
建议设计封包的时候,着重考虑性能 效率优化,因为竞技游戏对时延抖动很敏感. |
Accelerator 保持了原生 UDP 特性,实际表现只看网络环境(由于加速游戏所需流量很小,程序处理的影响基本上可以忽略) |
建议这个增强修改可以合并到v2ray,支持vmess协议等,因为vless迟迟不出分享标准 |
??? |
真的是三个问号,不浪费时间回复了 |
我的意思是,将来有这些功能了,希望不是xray独有的,可以发pr给v2ray |
UDP over TCP 的协议都用不到 udp2raw |
…rprx 的意思是设计一个新的协议,而不是修改 VMess 或 VLESS |
@AkinoKaede ???vless分享链接标准早出来了 |
那个还是草案 |
https://github.com/wangyu-/udp2raw-tunnel
对抗udp选择性丢包
The text was updated successfully, but these errors were encountered: