MCPcopy Index your code
hub / github.com/quic-go/quic-go

github.com/quic-go/quic-go @v0.60.0

repository ↗ · DeepWiki ↗ · release v0.60.0 ↗ · + Follow
5,143 symbols 29,657 edges 439 files 1,810 documented · 35% 50 cross-repo links updated todayv0.60.0 · 2026-06-06★ 11,683161 open issues
README

A QUIC implementation in pure Go

Documentation PkgGoDev Code Coverage Fuzzing Status

quic-go is an implementation of the QUIC protocol (RFC 9000, RFC 9001, RFC 9002) in Go. It has support for HTTP/3 (RFC 9114), including QPACK (RFC 9204) and HTTP Datagrams (RFC 9297).

In addition to these base RFCs, it also implements the following RFCs:

Support for WebTransport over HTTP/3 (draft-ietf-webtrans-http3) is implemented in webtransport-go.

Detailed documentation can be found on quic-go.net.

FIPS 140-3

Starting with v0.60, quic-go supports use in FIPS 140-3 environments when built with Go 1.26 or newer, using Go standard library cryptography for the QUIC code paths relevant in FIPS mode; see FIPS140.md for details.

Projects using quic-go

Project Description Stars
AdGuardHome Free and open source, powerful network-wide ads & trackers blocking DNS server. GitHub Repo stars
algernon Small self-contained pure-Go web server with Lua, Markdown, HTTP/2, QUIC, Redis and PostgreSQL support GitHub Repo stars
caddy Fast, multi-platform web server with automatic HTTPS GitHub Repo stars
cloudflared A tunneling daemon that proxies traffic from the Cloudflare network to your origins GitHub Repo stars
frp A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet GitHub Repo stars
go-libp2p libp2p implementation in Go, powering Kubo (IPFS) and Lotus (Filecoin), among others GitHub Repo stars
gost A simple security tunnel written in Go GitHub Repo stars
Hysteria A powerful, lightning fast and censorship resistant proxy GitHub Repo stars
Mercure An open, easy, fast, reliable and battery-efficient solution for real-time communications GitHub Repo stars
nodepass A secure, efficient TCP/UDP tunneling solution that delivers fast, reliable access across network restrictions using pre-established TCP/QUIC/WebSocket or HTTP/2 connections. GitHub Repo stars
OONI Probe Next generation OONI Probe. Library and CLI tool. GitHub Repo stars
reverst Reverse Tunnels in Go over HTTP/3 and QUIC GitHub Repo stars
RoadRunner High-performance PHP application server, process manager written in Go and powered with plugins GitHub Repo stars
syncthing Open Source Continuous File Synchronization GitHub Repo stars
traefik The Cloud Native Application Proxy GitHub Repo stars
v2ray-core A platform for building proxies to bypass network restrictions GitHub Repo stars
YoMo Streaming Serverless Framework for Geo-distributed System GitHub Repo stars

If you'd like to see your project added to this list, please send us a PR.

Release Policy

quic-go always aims to support the latest two Go releases.

Contributing

We are always happy to welcome new contributors! We have a number of self-contained issues that are suitable for first-time contributors, they are tagged with help wanted. If you have any questions, please feel free to reach out by opening an issue or leaving a comment.

License

The code is licensed under the MIT license. The logo and brand assets are excluded from the MIT license. See assets/LICENSE.md for the full usage policy and details.

Extension points exported contracts — how you extend this code

Peeker (Interface)
A Peeker can peek bytes without consuming them. [7 implementers]
quicvarint/io.go
Frame (Interface)
A Frame in QUIC [22 implementers]
internal/wire/frame.go
LongHeaderOpener (Interface)
LongHeaderOpener opens a long header packet [6 implementers]
internal/handshake/interface.go
Trace (Interface)
Trace represents a qlog trace that can have multiple event producers. Each producer can record events to the trace indep [6 …
qlogwriter/writer.go
QUICListener (Interface)
A QUICListener listens for incoming QUIC connections. [5 implementers]
http3/server.go
Router (Interface)
Router handles routing of packets between simulated connections. Implementations are responsible for delivering packets [4 …
testutils/simnet/simconn.go
SendAlgorithm (Interface)
A SendAlgorithm performs congestion control [3 implementers]
internal/congestion/interface.go
SentPacketHandler (Interface)
SentPacketHandler handles ACKs received for outgoing packets [3 implementers]
internal/ackhandler/interfaces.go

Core symbols most depended-on inside this repo

Equal
called by 2467
internal/monotime/time.go
Run
called by 623
send_queue.go
WriteToken
called by 479
qlog/event.go
Add
called by 437
connection.go
String
called by 401
qlogwriter/jsontext/encoder.go
Now
called by 375
internal/monotime/time.go
Close
called by 348
send_queue.go
Write
called by 333
send_conn.go

Shape

Method 2,355
Function 2,059
Struct 584
TypeAlias 76
Interface 65
FuncType 4

Languages

Go100%

Modules by API surface

connection.go116 symbols
internal/mocks/crypto_setup.go112 symbols
internal/mocks/ackhandler/sent_packet_handler.go100 symbols
http3/mock_datagram_stream_test.go82 symbols
qlog/event.go80 symbols
connection_test.go77 symbols
internal/mocks/congestion.go76 symbols
packet_packer.go62 symbols
mock_packer_test.go58 symbols
internal/mocks/stream_flow_controller.go52 symbols
qlog/event_test.go47 symbols
server.go46 symbols

Dependencies from manifests, versioned

github.com/jordanlewis/gcassertv0.0.0-2025043016464 · 1×
github.com/kr/prettyv0.3.1 · 1×
github.com/pmezard/go-difflibv1.0.0 · 1×
github.com/quic-go/go-ossfuzz-seedsv0.1.0 · 1×
github.com/quic-go/qpackv0.6.0 · 1×
github.com/rogpeppe/go-internalv1.10.0 · 1×
go.uber.org/mockv0.5.2 · 1×
golang.org/x/cryptov0.51.0 · 1×
golang.org/x/modv0.35.0 · 1×

For agents

$ claude mcp add quic-go \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact