microsoft/msquic
Cross-platform, C implementation of the IETF QUIC protocol, exposed to C, C++, C# and Rust. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 10.0
- age_days: 2503
- days_rel: 20
- days_push: 7
- n_releases_24m: 27
Adoption not part of the score
4771 stars · 690 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MsQuic is Microsoft's cross-platform C implementation of the IETF QUIC transport protocol (RFC 9000), with API wrappers for C++, C#, and Rust. It provides a general-purpose QUIC library for building fast, secure client and server applications over UDP with TLS encryption.
Use cases
- implement a QUIC server in C
- add QUIC transport to a Rust application
- use HTTP/3-style QUIC connections from C#
- build a low-latency secure transport layer over UDP
- replace TCP with QUIC for a custom protocol
- test QUIC protocol conformance
- implement stream multiplexing with 0-RTT connection setup
When to choose
- you need a production-grade, cross-platform QUIC implementation maintained by Microsoft
- you want QUIC bindings for C, C++, C#, or Rust from one library
- you need fine-grained control over QUIC streams, connection settings, and TLS
- you require support for recent QUIC RFCs and drafts (datagrams, version negotiation, ACK frequency)
When to avoid
- you just need HTTP/3 client or server functionality and prefer a higher-level HTTP library
- your stack is Python, Go, or Java with no native interop needs
- you need a pure managed or pure Rust implementation without a native C dependency
- you only need TCP/TLS and QUIC is not required
Facets
library · maturity stable
networking security http-client http-server sdk networking developer-tools security cross-platform windows cross-platform c cpp rust dotnet quic ietf-quic rfc9000 tls udp-transport c-library interop linux macos
1 source
- readme: https://github.com/microsoft/msquic · fetched 2026-08-28 · 503165cf47cd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| microsoft/msquic | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="microsoft/msquic")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem