Lucas Clemente c068cbcb8f replace certificate path with tls.Config instance throughout the server
The example server now reads the certificate and key data itself. Tests
use the new testdata package, where the sample key & cert are stored.

Fixes #24
2016-05-03 16:41:25 +02:00
2016-04-28 22:30:57 +02:00
2016-05-03 10:27:59 +02:00
2016-05-03 14:04:01 +07:00
2016-05-03 16:38:31 +02:00
2016-04-28 12:03:55 +02:00
2016-04-15 12:13:33 +02:00
2016-04-07 17:10:20 +02:00
2016-05-02 11:24:13 +02:00
2016-04-06 23:10:52 +02:00
2016-05-03 10:27:59 +02:00
2016-05-03 12:07:01 +07:00
2016-05-03 16:34:46 +07:00

A QUIC implementation in native Go

Build Status Godoc Reference

This is very much an incomplete, buggy, unperformant and insecure work in progress :)

Installing deps:

go get -t

Running the example server:

go run example/main.go

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
Description
No description provided
Readme MIT 46 MiB
Languages
Go 99.8%
Shell 0.1%