aa51513
aa51513
> > Rust本身是跨平台语言,你可以自行编译 > > 虽然这么说,但相关的库并非如此。例如这个项目使用的openssl,我在交叉编译时失败了。我试图用rustls代替它,但它的一个依赖(ring)又构建失败了。 > > 我之后可能需要考虑在虚拟机里构建。但最近比较忙,没时间搞了。 As a Rust novice, I'm trying to figure this out, but I'm failing. 作为一个Rust新手,我试图去解决这个问题,但是我失败了。 I am very confused and puzzled why...
As we all know, quic is a two-way protocol. When we talk about the server and the client, we are actually talking about the process of connection creation. After the...
I also look forward to Hysteria supporting reverse proxy: running the socks5 service on the Hysteria client, and then using the server as the entrance to the socks5 service. 我也十分期待Hysteria能够支持反向代理:在Hysteria客户端上运行socks5服务,然后以服务端作为socks5服务的入口
fatedier added the future label on Apr 5, 2020
I altered dubbo's version in pom.xml and then maven built and maven run , it worked fine. It seems like if the versions don't match, the metadata doesn't display properly
> 2\. With multiple connections As you stated, it is an economical approach to use one quic channel to support one tunnel. If I understand correctly, in the current software...
> [@aa51513](https://github.com/aa51513) This feature is implemented, check out the latest release. Hey just saw this, my bad! Got swamped with stuff and couldn't get back to my code. Still drowning...
Maybe you can see that I am a Rust beginner and made many low-level mistakes in the process of modifying the code. Fortunately, you have the patience to point out
Apologies for the late reply – been buried in work and haven't touched my code since. Still crazy busy to be honest
I'm also looking forward to this feature.