Low-level access to the QUIC Initial Packet for mimicry purposes, hard fork of quic-go. https://quic.tlsfingerprint.io
Find a file
2017-06-08 16:06:31 +02:00
.travis run benchmark tests with integration tests on travis 2017-02-21 11:54:38 +07:00
ackhandler Always send retransmissions, irrespective of congestion state 2017-06-06 13:16:33 +02:00
congestion Merge pull request #508 from lucas-clemente/simplify-congestion 2017-04-07 00:58:04 +02:00
crypto use ASN1 to marshal source address tokens 2017-05-25 11:49:24 +08:00
docs add gopher-logo 2016-05-03 10:27:59 +02:00
example log timestamps 2017-05-16 12:19:36 +08:00
flowcontrol fix stalls when retransmitting connection-level Window Update Frames 2017-06-07 10:38:36 +02:00
frames use the standard library log package for logging 2017-05-25 20:31:45 +08:00
h2quic fix race condition when handling the header stream fails in h2quic client 2017-06-06 17:08:00 +02:00
handshake don’t panic if the STK doesn’t contain any data 2017-05-26 23:26:42 +08:00
integrationtests Improve drop test scopes 2017-06-06 11:45:18 +02:00
internal/mocks Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
protocol Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
qerr send a HeadersStreamDataDecompressFailure error when H2 frame parsing fails 2017-03-15 11:11:38 +07:00
testdata Don't rely on GOPATH to load the certificates or error codes 2016-12-02 13:52:12 +01:00
utils Extract timer wrapper out of the session 2017-06-07 20:07:16 +02:00
.editorconfig add editorconfig 2016-04-15 12:13:33 +02:00
.gitignore add debug.test (dvelve output) to gitignore 2016-05-03 14:26:50 +02:00
.travis.yml always use current minor Go version for Travis 2017-05-16 11:58:50 +08:00
appveyor.yml update CIs to Go 1.8.1 2017-04-13 11:21:54 +07:00
benchmark_test.go implement a Listener.Accept() method 2017-05-15 20:37:29 +08:00
buffer_pool.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
buffer_pool_test.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
Changelog.md add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
client.go add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
client_test.go add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
codecov.yml implement compressed requests and responses 2017-01-14 18:58:45 +07:00
conn.go add a LocalAddr to the Session 2017-03-10 00:07:27 +07:00
conn_test.go add a LocalAddr to the Session 2017-03-10 00:07:27 +07:00
interface.go add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
LICENSE add Google to license file 2016-12-14 11:54:01 +01:00
packet_number_generator.go only increase packet number when sending a packet in PacketPacker 2016-08-16 17:07:03 +07:00
packet_number_generator_test.go only increase packet number when sending a packet in PacketPacker 2016-08-16 17:07:03 +07:00
packet_packer.go return a lambda to for sealing a packet in the CryptoSetup 2017-03-22 16:52:00 +07:00
packet_packer_test.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
packet_unpacker.go return a lambda to for sealing a packet in the CryptoSetup 2017-03-22 16:52:00 +07:00
packet_unpacker_test.go include peer perspective in nullAEAD 2017-04-27 18:05:24 +07:00
public_header.go read unsupported version numbers in version negotiation packets 2017-05-05 18:06:14 +08:00
public_header_test.go read unsupported version numbers in version negotiation packets 2017-05-05 18:06:14 +08:00
public_reset.go implement a HandshakeMessage struct 2017-05-11 21:31:31 +08:00
public_reset_test.go implement a HandshakeMessage struct 2017-05-11 21:31:31 +08:00
quic_suite_test.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
README.md fix go get command in README 2017-05-05 16:23:31 +08:00
server.go add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
server_test.go add a quic.Config option to set the handshake timeout 2017-06-01 19:47:28 +02:00
session.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
session_test.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
stream.go Remove unnecessary error return value in newStream 2017-06-08 11:09:11 +02:00
stream_frame_sorter.go fix detection of duplicate stream data in streamFrameSorter 2017-03-02 13:48:03 +07:00
stream_frame_sorter_test.go fix detection of duplicate stream data in streamFrameSorter 2017-03-02 13:48:03 +07:00
stream_framer.go don't send BlockedFrames after sending the FinBit for a stream 2016-10-27 17:56:02 +07:00
stream_framer_test.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
stream_test.go Mock FlowControlManager using gomock 2017-06-08 16:06:31 +02:00
streams_map.go Remove unnecessary error return value in newStream 2017-06-08 11:09:11 +02:00
streams_map_test.go Remove unnecessary error return value in newStream 2017-06-08 11:09:11 +02:00
unpacked_packet.go store the encryption level in the unpacked packet 2017-02-25 08:27:14 +07:00
unpacked_packet_test.go determine if a received packet is retransmittable 2017-01-09 11:04:29 +07:00

A QUIC implementation in pure Go

Godoc Reference Linux Build Status Windows Build Status Code Coverage

quic-go is an implementation of the QUIC protocol in Go.

Roadmap

quic-go is compatible with the current version(s) of Google Chrome and QUIC as deployed on Google's servers. We're actively tracking the development of the Chrome code to ensure compatibility as the protocol evolves. In that process, we're dropping support for old QUIC versions. As Google's QUIC versions are expected to converge towards the IETF QUIC draft, quic-go will eventually implement that draft.

Guides

We currently support Go 1.7+.

Installing and updating dependencies:

go get -t -u ./...

Running tests:

go test ./...

Running the example server

go run example/main.go -www /var/www/

Using the quic_client from chromium:

quic_client --host=127.0.0.1 --port=6121 --v=1 https://quic.clemente.io

Using Chrome:

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --user-data-dir=/tmp/chrome --no-proxy-server --enable-quic --origin-to-force-quic-on=quic.clemente.io:443 --host-resolver-rules='MAP quic.clemente.io:443 127.0.0.1:6121' https://quic.clemente.io

QUIC without HTTP/2

Take a look at this echo example.

Using the example client

go run example/client/main.go https://clemente.io

Usage

As a server

See the example server or try out Caddy (from version 0.9, instructions here). Starting a QUIC server is very similar to the standard lib http in go:

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

As a client

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

http.Client{
  Transport: &h2quic.QuicRoundTripper{},
}

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 want-help. If you have any questions, please feel free to reach out by opening an issue or leaving a comment.