https://github.com/lpardue/ietf-115-tdd
Supporting materials for the IETF 115 TDD on QUIC
https://github.com/lpardue/ietf-115-tdd
Last synced: 4 months ago
JSON representation
Supporting materials for the IETF 115 TDD on QUIC
- Host: GitHub
- URL: https://github.com/lpardue/ietf-115-tdd
- Owner: LPardue
- License: mit
- Created: 2022-11-07T17:51:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T00:52:05.000Z (over 3 years ago)
- Last Synced: 2025-08-02T06:40:29.179Z (12 months ago)
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ietf-115-tdd
Supporting materials for the IETF 115 TDD on QUIC
## Example of a good exchange on localhost
Using Cloudflare quiche quiche-client and quiche-server example apps:
* quiche-server --no-retry
* quiche-client --no-verify --wire-version 1 https://127.0.0.1:4433/index.html
logs:
* localhost-good.pcapng
* client-localhost-good.sqlog
* server-localhost-good.sqlog
## Example of incorrect transport parameters for HTTP/3 on localhost
* quiche-server --no-retry
* SSLKEYLOGFILE=tdd.keys QLOGDIR=qlogs quiche-client --no-verify --wire-version 1 –-max-streams-uni 0 https://127.0.0.1:4433/index.html
logs:
* localhost-0-streams-uni.pcapng
* client-localhost-0-streams-uni.sqlog
* server-localhost-0-streams-uni.sqlog
## Example of incorrect transport parameters for HTTP/3 on localhost
* quiche-server --no-retry
* SSLKEYLOGFILE=tdd.keys QLOGDIR=qlogs quiche-client --no-verify --wire-version 1 –-max-streams-uni 0 https://lucaspardue.com/index.html
logs:
* localhost-0-streams-uni.pcapng
* client-lucaspardue.com-0-streams-uni.sqlog
* server-lucaspardue.com-0-streams-uni.sqlog