Skip to content

AndreeaLupu2000/quic-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,953 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIC-GO with XADS-QUIC Extension

⚠️ Experimental!

This repository contains a modified version of quic-go.

Security

Due to lack of security measures, this implementation is intended for research purposes only and should not be deployed on the internet.

Changes to original QUIC-GO

  • XADS-QUIC extension: additional TLS encryption of QUIC stream content

Requirements

  • Go 1.20 (1.21 not yet supported)

Guides

Running tests:

go test ./...

Generating code:

go install github.com/golang/mock/mockgen@latest
go install golang.org/x/tools/cmd/goimports@latest
go generate ./...

Build:

go build .

About

A QUIC implementation in pure go

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 99.7%
  • Other 0.3%