⚠️ Experimental!
This repository contains a modified version of quic-go.
Due to lack of security measures, this implementation is intended for research purposes only and should not be deployed on the internet.
- XADS-QUIC extension: additional TLS encryption of QUIC stream content
- Go 1.20 (1.21 not yet supported)
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 .