Low-level access to the QUIC Initial Packet for mimicry purposes, hard fork of quic-go. https://quic.tlsfingerprint.io
Find a file
Glonee c96fbd2e4a
http3: correctly use the quic.Transport (#3869)
* use quic.Transport in http3

* add intergrationtests to dial server with different server names

* update test
2023-05-31 23:31:20 -07:00
.circleci move the version negotiation tests to a separate package 2023-05-01 13:42:30 +02:00
.githooks githooks: add check that go.mod in integrationtests/gomodvendor is tidy (#3750) 2023-04-19 06:05:51 -07:00
.github/workflows ci: fix Codecov coverage report (#3837) 2023-05-15 06:06:25 -07:00
docs add gopher-logo 2016-05-03 10:27:59 +02:00
example remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
fuzzing make Config.Allow0RTT a bool, not a callback 2023-05-02 15:56:49 +02:00
http3 http3: correctly use the quic.Transport (#3869) 2023-05-31 23:31:20 -07:00
integrationtests http3: correctly use the quic.Transport (#3869) 2023-05-31 23:31:20 -07:00
internal wire: apply the default value for the active_connection_id_limit (#3806) 2023-05-28 11:45:46 -07:00
interop remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
logging remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
qlog remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
quicvarint quicvarint: remove deprecated Write function (#3781) 2023-05-09 12:06:22 -07:00
.gitignore add common temporary file patterns to .gitignore 2020-11-30 12:59:35 +07:00
.golangci.yml ci: update golangci-lint config, increase timeout (#3771) 2023-04-19 05:45:19 -07:00
buffer_pool.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
buffer_pool_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
Changelog.md rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
client.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
client_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
closed_conn.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
closed_conn_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
codecov.yml add a logging.NullTracer 2022-08-22 13:21:35 +03:00
config.go add a GetConfigForClient callback to the Config 2023-05-02 15:56:49 +02:00
config_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
conn_id_generator.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
conn_id_generator_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
conn_id_manager.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
conn_id_manager_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
connection.go wire: apply the default value for the active_connection_id_limit (#3806) 2023-05-28 11:45:46 -07:00
connection_test.go remove ConnectionIDLength and ConnectionIDGenerator from the Config 2023-05-02 15:56:49 +02:00
connection_timer.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
connection_timer_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
crypto_stream.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
crypto_stream_manager.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
crypto_stream_manager_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
crypto_stream_test.go protocol: remove VersionWhatever, previously used for testing (#3763) 2023-04-19 06:19:27 -07:00
datagram_queue.go only allocate datagram receive queue when receiving datagrams (#3702) 2023-02-13 14:55:26 -08:00
datagram_queue_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
errors.go return StreamErrors for all kinds of stream cancelations (#3681) 2023-01-26 12:58:06 -08:00
frame_sorter.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
frame_sorter_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
framer.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
framer_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
go.mod offer only TLS 1.3 cipher suites in ClientHello (#3749) 2023-04-19 05:57:55 -07:00
go.sum offer only TLS 1.3 cipher suites in ClientHello (#3749) 2023-04-19 05:57:55 -07:00
interface.go docs: fix typo in documentation for EarlyConnection (#3798) 2023-05-06 02:36:43 -07:00
LICENSE add Google to license file 2016-12-14 11:54:01 +01:00
mock_ack_frame_source_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_batch_conn_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_conn_runner_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_crypto_data_handler_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_crypto_stream_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_frame_source_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_mtu_discoverer_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_packer_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_packet_handler_manager_test.go add a GetConfigForClient callback to the Config 2023-05-02 15:56:49 +02:00
mock_packet_handler_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_packetconn_test.go update gomock to v1.5.0 2021-02-20 09:33:43 +08:00
mock_quic_conn_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_receive_stream_internal_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_sealing_manager_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_send_conn_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_send_stream_internal_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_sender_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_stream_getter_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_stream_internal_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_stream_manager_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_stream_sender_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_token_store_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mock_unknown_packet_handler_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mock_unpacker_test.go simplify mockgen usage for private interfaces (#3769) 2023-04-19 07:57:00 -07:00
mockgen.go implement the Transport 2023-05-02 15:56:48 +02:00
mtu_discoverer.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
mtu_discoverer_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
multiplexer.go implement the Transport 2023-05-02 15:56:48 +02:00
multiplexer_test.go implement the Transport 2023-05-02 15:56:48 +02:00
packet_handler_map.go add a GetConfigForClient callback to the Config 2023-05-02 15:56:49 +02:00
packet_handler_map_test.go add a GetConfigForClient callback to the Config 2023-05-02 15:56:49 +02:00
packet_packer.go packet packer: don't try packing a 0-RTT packet with only an ACK (#3849) 2023-05-28 17:35:32 +03:00
packet_packer_test.go packet packer: don't try packing a 0-RTT packet with only an ACK (#3849) 2023-05-28 17:35:32 +03:00
packet_unpacker.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
packet_unpacker_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
quic_suite_test.go implement the Transport 2023-05-02 15:56:48 +02:00
README.md docs: add Mercure in the list of projects using quic-go (#3791) 2023-05-01 09:34:40 -07:00
receive_stream.go remove unneeded tracking variables from streams, optimize memory layout (#3699) 2023-02-13 13:57:00 -08:00
receive_stream_test.go remove unneeded tracking variables from streams, optimize memory layout (#3699) 2023-02-13 13:57:00 -08:00
retransmission_queue.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
retransmission_queue_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
SECURITY.md add a security policy (#3733) 2023-03-27 17:24:28 -07:00
send_conn.go simplify connection handling for the client 2023-05-02 15:56:49 +02:00
send_conn_test.go simplify connection handling for the client 2023-05-02 15:56:49 +02:00
send_queue.go fix availability signaling of the send queue (#3597) 2022-10-22 12:09:40 +01:00
send_queue_test.go fix flaky send queue test (#3668) 2023-01-16 23:35:15 +13:00
send_stream.go remove unneeded tracking variables from streams, optimize memory layout (#3699) 2023-02-13 13:57:00 -08:00
send_stream_test.go protocol: remove VersionWhatever, previously used for testing (#3763) 2023-04-19 06:19:27 -07:00
server.go server: send version negotiation and invalid token packets from a single Go routine (#3854) 2023-05-28 19:27:32 +03:00
server_test.go remove Tracer from Config, put ConnectionTracer constructor there 2023-05-02 15:56:49 +02:00
stream.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
stream_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map_incoming.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map_incoming_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map_outgoing.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map_outgoing_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
streams_map_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn_buffers.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_buffers_write.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_df.go drop support for Go 1.16 and 1.17 (#3482) 2022-08-10 03:42:14 -07:00
sys_conn_df_linux.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn_df_windows.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn_helper_darwin.go drop support for Go 1.16 and 1.17 (#3482) 2022-08-10 03:42:14 -07:00
sys_conn_helper_freebsd.go drop support for Go 1.16 and 1.17 (#3482) 2022-08-10 03:42:14 -07:00
sys_conn_helper_linux.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_helper_linux_test.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_helper_nonlinux.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_no_oob.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_oob.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_oob_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
sys_conn_windows.go add a function to set the UDP send buffer size 2023-05-08 14:35:21 +03:00
sys_conn_windows_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
token_store.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
token_store_test.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
tools.go migrate to Ginkgo v2 2022-10-11 16:38:44 +04:00
transport.go transport: send stateless reset packets from a single Go routine (#3842) 2023-05-20 00:53:18 -07:00
transport_test.go transport: fix flaky stateless reset test (#3810) 2023-05-08 01:56:59 -07:00
window_update_queue.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00
window_update_queue_test.go rename module, adjust import paths to quic-go/quic-go (#3680) 2023-01-21 19:53:57 -08:00

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.19.x and Go 1.20.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
Mercure An open, easy, fast, reliable and battery-efficient solution for real-time communications 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.