https://github.com/nginx/nginx-quic-qns
https://github.com/nginx/nginx-quic-qns
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nginx/nginx-quic-qns
- Owner: nginx
- Created: 2020-07-28T10:23:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T23:22:01.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:13:42.265Z (over 1 year ago)
- Language: Dockerfile
- Size: 11.7 KB
- Stars: 26
- Watchers: 11
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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