Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.41 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.41 KB

QuicDotNet

QuicDotNet is a userspace .NET implementation of Google's QUIC protocol for 0-RTT, low-latency, lower congestion network transport.

This is a quickly-evolving protocol and this library is mostly experimental and slowly maturing to keep up with the activity. At the end, this library should provide the layers required to make HTTP/2 web requests over QUIC as well as write custom transports over QUIC generally.

Further reading