-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
[QUIC] open-source QUIC provider #2333
Comments
@karelz shouldn't this be 5.0 milestone? |
@tmds we won't be able to ship QUIC in 5.0 milestone -- the spec won't be finalized yet. Hence Future for now. |
🎉🎉🎉 MsQuic is now Open Source 🎉🎉🎉 |
Looks like we can now close this issue ;) |
cool! @karelz @scalablecory are there some thoughts how this lands in a Linux distro so .NET Core can use it? |
We are keeping it in mind for when we will be ready to productize it fully. I expect second half of the year to have serious discussions about it |
OpenSSL is looking into supporting QUIC: https://www.openssl.org/blog/blog/2020/02/17/QUIC-and-OpenSSL
|
The prototyping efforts for QUIC, HTTP/3 are being done using the "msquic" library.
To make this usable in open-source builds of .NET Core, an open-source quic provider is needed. This allows source-build .NET Core packages to reference/include it.
If there are some QUIC providers that come with popular distros, it would be good to consider those. That avoids having to build yourself, and may cover some security qualification.
cc @scalablecory @anurse @omajid @crummel @dagood @dotnet/ncl
The text was updated successfully, but these errors were encountered: