关于vless 的新版本,版本1的探讨 #1655
e1732a364fed
started this conversation in
Ideas
Replies: 1 comment
-
关于我对于新版v1的 udp over tcp的 非mux方式的 fullcone的实现的讨论,见 https://github.com/e1732a364fed/v2ray_simple/blob/main/docs/vless_v1.md 我在我的 最新版本的 v2ray_simple 中,已经实现了v1,并且实现了 文中提到的 "隔离信道" 方式的 fullcone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
首先请参考vless协议,似乎仍然为beta版本?
v2ray/v2ray-core#2636
最近我研究了一下vless,发现其版本号仍然处于0的状态,而且,其“附加信息”栏,在我查看代码时,发现只有一个应用而已,用途较少,而且还是用于xtls的,v2ray里根本没用到。
vless的服务端响应的头部也是完全没必要的(第一字节version,第二字节addon长度,version肯定是和client请求的version一致,而addon始终是0)
这里就有几个问题
Beta Was this translation helpful? Give feedback.
All reactions