Replies: 2 comments
-
问题已经解决: Hysteria2的传输层配置在v4里面是hy2steriaSettings,在v5里面是transportSettings。
上面遇到的问题是:错误将transportSettings的配置用于v4,因此出现了异常(怀疑是默认采用TCP)。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
close |
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.
-
V2Ray在v5.18.0新增了Hysteria2协议。
因为Hysteria2源自QUIC,我理解是基于UDP的。
但是文档中有“在 V2ray 中,Hysteria2 TCP 被分成了两个部分”的描述,且抓包看到数据传输是TCP的。
这里会让人有一些疑惑。
在实际配置(Hysteria2传输层,Vmess协议层)中,服务器端有时是开放UDP端口(只遇到过一次),大部分是TCP端口。
想在社区讨论一下Hysteria2是否支持TCP与UDP(v2ray本身而不是代理数据包)?如果支持UDP,应该如何配置呢?
谢谢~
Beta Was this translation helpful? Give feedback.
All reactions