Skip to content
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 protocol support #83

Open
yallie opened this issue Nov 30, 2024 · 0 comments
Open

QUIC protocol support #83

yallie opened this issue Nov 30, 2024 · 0 comments

Comments

@yallie
Copy link
Collaborator

yallie commented Nov 30, 2024

The latest .NET 9.0 release has support for QUIC network protocol.
Would be interesting to evaluate in a real-world scenarios.

QUIC is a fast reliable UDP-based protocol developed by Google as a foundation for HTTP/3.
It includes built-in TLS 1.3 layer and solves a few TCP performance issues.

Docs: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/quic/quic-overview
Wikipedia article: https://en.wikipedia.org/wiki/QUIC

Sketch implementation: #82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant