cloudflared-mirror/vendor/github.com/lucas-clemente/quic-go
Nuno Diegues 475939a77f TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable
The idle period is set to 5sec.

We now also ping every second since last activity.
This makes the quic.Connection less prone to being closed with
no network activity, since we send multiple pings per idle
period, and thus a single packet loss cannot cause the problem.
2022-06-07 12:25:18 +01:00
..
internal TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
logging TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
quicvarint TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
.gitignore TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
.golangci.yml TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
Changelog.md TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
LICENSE TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
README.md TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
buffer_pool.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
client.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
closed_conn.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
codecov.yml TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
config.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
conn_id_generator.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
conn_id_manager.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
connection.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
crypto_stream.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
crypto_stream_manager.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
datagram_queue.go TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms 2022-01-11 14:55:43 +00:00
errors.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
frame_sorter.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
framer.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
interface.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
mockgen.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
mockgen_private.sh TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms 2022-01-11 14:55:43 +00:00
mtu_discoverer.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
multiplexer.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
packet_handler_map.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
packet_packer.go TUN-5623: Configure quic max datagram frame size to 1350 bytes for none Windows platforms 2022-01-11 14:55:43 +00:00
packet_unpacker.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
receive_stream.go TUN-5408: Update quic package to v0.24.0 2021-11-10 22:10:38 +00:00
retransmission_queue.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
send_conn.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
send_queue.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
send_stream.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
server.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
stream.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_generic_helper.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
streams_map_incoming_bidi.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_incoming_generic.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_incoming_uni.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_outgoing_bidi.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_outgoing_generic.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
streams_map_outgoing_uni.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
sys_conn.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_df.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_df_linux.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_df_windows.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_helper_darwin.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_helper_freebsd.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_helper_linux.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_no_oob.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_oob.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
sys_conn_windows.go TUN-6191: Update quic-go to v0.27.1 and with custom patch to allow keep alive period to be configurable 2022-06-07 12:25:18 +01:00
token_store.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00
tools.go TUN-5408: Update quic package to v0.24.0 2021-11-10 22:10:38 +00:00
window_update_queue.go TUN-4597: Add a QUIC server skeleton 2021-08-03 10:03:47 +00:00

README.md

A QUIC implementation in pure Go

PkgGoDev Code Coverage

quic-go is an implementation of the QUIC protocol, RFC 9000 protocol in Go. In addition to RFC 9000, 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.16.x, Go 1.17.x, and Go 1.18.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
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
go-ipfs IPFS implementation in go 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
cloudflared A tunneling daemon that proxies traffic from the Cloudflare network to your origins GitHub Repo stars
OONI Probe The Open Observatory of Network Interference (OONI) aims to empower decentralized efforts in documenting Internet censorship around the world. 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.