Rod Hynes b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
..
http3 b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
internal b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
logging b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
quicvarint b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
.gitignore 8a972ef75d Use Go modules 3 tahun lalu
.golangci.yml 8a972ef75d Use Go modules 3 tahun lalu
Changelog.md b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
LICENSE 32917dfb51 Vendor Psiphon-Labs/quic-go 6 tahun lalu
README.md b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
buffer_pool.go e5058296d5 Update vendored quic-go 4 tahun lalu
client.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
closed_conn.go c1e6807d1c Upgrade quic-go 3 tahun lalu
codecov.yml c1e6807d1c Upgrade quic-go 3 tahun lalu
config.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
conn_id_generator.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
conn_id_manager.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
connection.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
connection_timer.go 15ceeb6cfa Update quic-go and its dependencies 3 tahun lalu
crypto_stream.go c1e6807d1c Upgrade quic-go 3 tahun lalu
crypto_stream_manager.go 9b6aef8cec Updated vendored dependencies for IETF-draft-29 5 tahun lalu
datagram_queue.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
errors.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
frame_sorter.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
framer.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
interface.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
mockgen.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
mockgen_private.sh 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
mtu_discoverer.go c1e6807d1c Upgrade quic-go 3 tahun lalu
multiplexer.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
packet_handler_map.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
packet_packer.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
packet_unpacker.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
receive_stream.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
retransmission_queue.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
send_conn.go c1e6807d1c Upgrade quic-go 3 tahun lalu
send_queue.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
send_stream.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
server.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
stream.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
streams_map.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
streams_map_incoming.go c1e6807d1c Upgrade quic-go 3 tahun lalu
streams_map_outgoing.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_df.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_df_linux.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
sys_conn_df_windows.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
sys_conn_helper_darwin.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_helper_freebsd.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_helper_linux.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_no_oob.go c1e6807d1c Upgrade quic-go 3 tahun lalu
sys_conn_oob.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
sys_conn_windows.go c1e6807d1c Upgrade quic-go 3 tahun lalu
token_store.go b5db6ee0b6 Update vendored Psiphon-Labs/quic-go 3 tahun lalu
tools.go 71135c831e Update vendored Psiphon-Labs/quic-go 3 tahun lalu
window_update_queue.go 9b6aef8cec Updated vendored dependencies for IETF-draft-29 5 tahun lalu
zero_rtt_queue.go c1e6807d1c Upgrade quic-go 3 tahun lalu

README.md

A QUIC implementation in pure Go

PkgGoDev Code Coverage

quic-go is an implementation of the QUIC protocol (RFC 9000, RFC 9001, RFC 9002) in Go, including the Unreliable Datagram Extension (RFC 9221) and Datagram Packetization Layer Path MTU Discovery (DPLPMTUD, RFC 8899). It has support for HTTP/3 (RFC 9114), including QPACK (RFC 9204).

In addition to the RFCs listed above, it currently implements the IETF QUIC draft-29. Support for draft-29 will eventually be dropped, as it is phased out of the ecosystem.

Guides

We currently support Go 1.18.x and Go 1.19.x.

Running tests:

go test ./...

QUIC without HTTP/3

Take a look at this echo example.

Usage

As a server

See the example server. Starting a QUIC server is very similar to the standard lib http in go:

http.Handle("/", http.FileServer(http.Dir(wwwDir)))
http3.ListenAndServeQUIC("localhost:4242", "/path/to/cert/chain.pem", "/path/to/privkey.pem", nil)

As a client

See the example client. Use a http3.RoundTripper as a Transport in a http.Client.

http.Client{
  Transport: &http3.RoundTripper{},
}

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
go-libp2p libp2p implementation in Go, powering Kubo (IPFS) and Lotus (Filecoin), among others GitHub Repo stars
OONI Probe Next generation OONI Probe. Library and CLI tool. 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

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.