forked from nginx/nginx-quic-qns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (16 loc) · 803 Bytes
/
Copy pathREADME
File metadata and controls
20 lines (16 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This repo contains source of docker image used to perform
QUIC interoperability tests.
The testsuite is [1], base image with network simulator is [2], and
results can be seen at [3].
The files:
+ Dockerfile - describes how to build nginx quic
implementation [4] from sources
+ nginx.conf - default server configuration, HTTP/0.9 over quic
+ nginx.conf.retry - same configuration, with retry enabled
+ nginx.conf.http3 - configuration with HTTP/3 over quic
+ README - this file
+ run_endpoint.sh - script to run testsuite, see [1] and [2] for details
[1] https://github.com/marten-seemann/quic-interop-runner
[2] https://github.com/marten-seemann/quic-network-simulator
[3] https://interop.seemann.io
[4] https://quic.nginx.org