Toby

Results 143 comments of Toby

你关掉 cgo 试试,这个版本应该不需要 cgo 了

Hysteria currently has - a custom congestion control - tweaked QUIC parameters - an obfuscation layer - non-standard transports (e.g. faketcp) Although I'm not sure whether these should be counted...

Hi certaintls, Yes I love the idea of using hysteria as a pluggable transport for other apps. If all we need is an adapter for code in `pkg/core`, perhaps it'd...

Hi certaintls, I think there are some problems on how this transport is currently implemented. QUIC is a "multiplexed" protocol, which means there are actually 2 layers of "Accept" -...

The reason your current code doesn't work is that in `func (s *Server) Accept()`, it accepts a QUIC connection, accepts the first stream (which is the control stream), then just...

The new code still has problems. You are only accepting the first stream of each connection, so it won't work when the same client dials again. And needless to say,...

The code look pretty good to me now 👍 Maybe you should close `allStreams` to unblock `Accept` after `Close` is called - I think it's how standard listeners work.

Have you tried debugging on the server side instead? Looks like the server was blocked on `Accept`. Did `s.listener.Accept` in `acceptConn` never return to begin with, or it was blocked...

What type of ICMP messages do you want? Ping?

哦。。你指的是支持 ss 作为 inbound 目前没计划 不过我之后看看好不好加吧