We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
是否有gnet-http http2 quic http3等子项目?
The text was updated successfully, but these errors were encountered:
个人暂时还没时间弄,欢迎贡献。
Sorry, something went wrong.
许多http quic等库是通过net.Conn建立起来的,如果能把gnet跟net.Conn net.PackConn做适配,那么,基于gnet的相关库可以很快改出来。
只是,我不清楚这样能不能做到。因为net.Conn是BIO,而gnet是事件驱动的。
Duplicate #311
这个问题还没关闭啊,我们也有这个需求,采用gnet来作为quic协议的底层连接驱动库。不匹配的地方是quic没有提供asyncwrite,这和gnet当前的方式不太匹配。另外一点是,gnet是把addr 绑定在conn上面的, 而quic协议addr本身是可变的,这要求把addr从conn中解放出来
panjf2000
No branches or pull requests
是否有gnet-http http2 quic http3等子项目?
The text was updated successfully, but these errors were encountered: