QUIC(Quick UDP Internet Connection) implementation in go draft-ietf-quic-transport-15
This is WIP, not fully functional. This is test implementation of IETF QUIC, not google QUIC. Sorry for confusing naming
commands bellow can run server and client transferring application data.
the DEBUG=1
can show the packets exchanged between server and client.
>> cd gQUIC/latest/example
>> DEBUG=1 go run main.go
The MIT License (MIT) Copyright (c) 2018 ami-GS