Low-level access to the QUIC Initial Packet for mimicry purposes, hard fork of quic-go. https://quic.tlsfingerprint.io
Find a file
2017-03-06 13:02:46 +07:00
.travis run benchmark tests with integration tests on travis 2017-02-21 11:54:38 +07:00
ackhandler save the encryption level of a sent packet in the SentPacketHandler 2017-03-01 14:09:50 +07:00
congestion fix integer signing bug in cubic 2017-02-07 21:20:48 +01:00
crypto Don't use GetConfigForClient on go < 1.8 2017-03-02 10:40:20 +01:00
docs add gopher-logo 2016-05-03 10:27:59 +02:00
example print request body in example client 2017-01-14 18:58:47 +07:00
flowcontrol fix auto-tuning of connection-level flow control window 2017-02-17 19:47:09 +07:00
frames reject stream frames that overflow the offset 2017-02-27 15:45:32 +07:00
h2quic decode H2 HeadersFrame in h2quic responseWriter tests 2017-02-28 11:05:51 +07:00
handshake retransmit the diversification nonce in the packet carrying the SHLO 2017-03-01 15:11:01 +07:00
integrationtests determine the path to the quic_clients at runtime in integration tests 2017-02-20 10:39:30 +07:00
protocol read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
qerr Don't rely on GOPATH to load the certificates or error codes 2016-12-02 13:52:12 +01:00
testdata Don't rely on GOPATH to load the certificates or error codes 2016-12-02 13:52:12 +01:00
utils move utils.Stream to quic.Stream 2017-02-22 23:03:09 +07: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 Retry travis builds up to 3 times 2017-03-02 11:13:00 +01:00
appveyor.yml update CIs to Go 1.8 2017-02-17 11:14:32 +07:00
benchmark_test.go switch to forward-secure encryption after sending the SHLO 2017-03-01 14:11:25 +07: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
client.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
client_test.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
codecov.yml implement compressed requests and responses 2017-01-14 18:58:45 +07:00
conn.go add a Write and a Close method to the connection interface 2017-02-22 23:03:08 +07:00
conn_test.go correctly handle connection errors in the client 2017-02-22 23:03:09 +07:00
interface.go improve documentation in response to code review 2017-03-01 21:40:24 +01: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 retransmit the diversification nonce in the packet carrying the SHLO 2017-03-01 15:11:01 +07:00
packet_packer_test.go retransmit the diversification nonce in the packet carrying the SHLO 2017-03-01 15:11:01 +07:00
packet_unpacker.go return the encryption level used for Sealing 2017-02-25 08:27:14 +07:00
packet_unpacker_test.go return the encryption level used for Sealing 2017-02-25 08:27:14 +07:00
public_header.go improve documentation in response to code review 2017-03-01 21:40:24 +01:00
public_header_test.go parse the PublicHeader of packets with truncated connection id 2017-02-21 20:36:27 +07:00
public_reset.go implement parsing of public reset packets 2017-01-07 14:07:59 +07:00
public_reset_test.go implement parsing of public reset packets 2017-01-07 14:07:59 +07:00
quic_suite_test.go add public header parser 2016-04-06 23:10:52 +02:00
README.md update README 2017-01-18 13:07:21 +07:00
server.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
server_test.go read packets with the maximum packet size 2017-03-06 13:02:46 +07:00
session.go retransmit packets with the encryption level they were sent with 2017-03-01 14:11:25 +07:00
session_test.go retransmit packets with the encryption level they were sent with 2017-03-01 14:11:25 +07:00
stream.go don’t add bytes read after receiving a RST_STREAM to flow controller 2017-01-09 10:15:12 +07: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 add client functionality to the streamsMap 2017-01-14 18:54:15 +07:00
stream_test.go accept overlapping stream data 2017-02-28 18:34:15 +07:00
streams_map.go move utils.Stream to quic.Stream 2017-02-22 23:03:09 +07:00
streams_map_test.go move utils.Stream to quic.Stream 2017-02-22 23:03:09 +07: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 server 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. While we're not far from being feature complete, there's still work to do regarding performance and security. At the moment, we do not recommend use in production systems. We appreciate any feedback :)

Roadmap

Done:

  • Basic protocol with support for QUIC version 34-36
  • QUIC client
  • HTTP/2 support
  • Crypto (RSA / ECDSA certificates, Curve25519 for key exchange, AES-GCM or Chacha20-Poly1305 as stream cipher)
  • Loss detection and retransmission (currently fast retransmission & RTO)
  • Flow Control
  • Congestion control using cubic

Major TODOs:

  • Security, especially DoS protections
  • Performance
  • Better packet loss detection
  • Connection migration

Guides

Installing deps:

go get -t

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

Using the example client

go run example/client/main.go https://quic.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{},
}

Building on Windows

Due to the low Windows timer resolution (see StackOverflow question) available with Go 1.6.x, some optimizations might not work when compiled with this version of the compiler. Please use Go 1.7 on Windows.