-
|
我的使用环境:win10, klzgrad/naiveproxy 官方客户端 |
Beta Was this translation helpful? Give feedback.
Answered by
lxhao61
Jun 24, 2024
Replies: 1 comment 6 replies
-
|
我参考你的思路添加了 |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
lxhao61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我参考你的思路添加了
"alpn": ["h3","h2","http/1.1"]测试,确实让使用 QUIC 协议连接成功率得到了改善,与使用 HTTPS 协议一样了。一直以来我测试使用 QUIC 协议连接也不稳定,经常无法连接成功;还以为是网络问题及 QUIC 不成熟固有问题,现在来看应该是 NaiveProxy 使用 QUIC 协议交互 BUG 了。你可去 NaiveProxy 提
PR,告知这个情况。另外在没有解决这个问题之前要求在服务端配置
"alpn": ["h3","h2","http/1.1"],指定交互优先级。默认无需指定,协商即可。