TUN-4597: Add a QUIC server skeleton

- Added a QUIC server to accept streams
- Unit test for this server also tests ALPN
- Temporary echo capability for HTTP ConnectionType
This commit is contained in:
Sudarsan Reddy
2021-08-03 10:04:02 +01:00
parent fd4000184c
commit ed024d0741
768 changed files with 84848 additions and 15639 deletions

9
vendor/github.com/marten-seemann/qtls-go1-16/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module github.com/marten-seemann/qtls-go1-16
go 1.16
require (
github.com/golang/mock v1.4.4
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
)