Toby
Toby
Same problem here, any updates? 😢
感谢建议 会在下一个版本加上 -a 和 -d 地址的自定义端口支持
这个是Windows命令行窗口啊...推荐ConEmu (https://conemu.github.io/) 有最小化到托盘功能
Thanks for the feedback. NekoRay is now [added to our wiki](https://github.com/HyNetwork/hysteria/wiki/Installation#windows-linux-macos-clients).
问题的根源是 quic-go 目前不支持 connection migration https://github.com/lucas-clemente/quic-go/issues/234
已经在 72b9ddcfa491af22aab00d4ff9db32462eeeaf3e 添加支持
gops is a debugging tool, I don't think putting it into release builds makes much sense. But I'm more than willing to look into the issue you reported. Can you...
You may also try https://github.com/MatsuriDayo/Matsuri which is a fork of SagerNet but I've heard its support for hysteria is more active.
这个问题能够稳定复现吗?你可以自己编译(或者我给你)一个带 pprof 的 build 看下是什么代码在耗 CPU
应该是原本的 QUIC 连接断了,在等超时重连。v2ray 那些因为是 TCP,断了从 API 层面马上就能知道,所以重连更快。 重连速度我看下如何优化吧。