Skip to content
/ gQUIC Public

QUIC(Quick UDP Internet Connection) implementation in go

License

Notifications You must be signed in to change notification settings

ami-GS/gQUIC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gQUIC

QUIC(Quick UDP Internet Connection) implementation in go draft-ietf-quic-transport-15

Notice

This is WIP, not fully functional. This is test implementation of IETF QUIC, not google QUIC. Sorry for confusing naming

RUN example

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

License

The MIT License (MIT) Copyright (c) 2018 ami-GS

About

QUIC(Quick UDP Internet Connection) implementation in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages