Skip to content
forked from quic-go/quic-go

A QUIC implementation in pure go

License

Notifications You must be signed in to change notification settings

birneee/quic-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QUIC-GO with H-QUIC and XSE-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

  • client migration
    • tbd: address validation with path challenge
  • server migration
    • tbd: address validation with path challenge
  • change udp socket during live session
  • options to set initial, minimum and maximum congestion window
  • additional qlog events
    • path updates (connection migration)
  • H-QUIC extension
    • store and restore session
    • use non-transparent encryption-breaking proxies
  • XSE-QUIC extension
    • additional encryption QUIC stream content
    • additional qlog events
      • received XSE records (TLS records)

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 ./...

About

A QUIC implementation in pure go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.8%
  • Other 0.2%