Add quic-zig implementation (QUIC + WebTransport)#491
Open
endel wants to merge 2 commits intoquic-interop:masterfrom
Open
Add quic-zig implementation (QUIC + WebTransport)#491endel wants to merge 2 commits intoquic-interop:masterfrom
endel wants to merge 2 commits intoquic-interop:masterfrom
Conversation
Pure Zig QUIC implementation (RFC 9000/9001/9002) with HTTP/3 support. No C dependencies. Docker image built via GitHub Actions CI. Supported test cases: handshake, transfer, retry, http3, ecn, multiplexing, resumption, zerortt, keyupdate, longrtt, chacha20, ipv6, v2, transferloss, transfercorruption, amplificationlimit, rebind-port, rebind-addr.
Collaborator
|
Is this a private repository? |
Author
|
Hi @marten-seemann, I hope you are well! It was still private... I just opened it! 🙌 |
Same Docker image (ghcr.io/endel/quic-zig:latest) serves both QUIC and WebTransport tests. The entrypoint script auto-detects WT mode and dispatches to the dedicated WT server/client binaries.
Author
|
I've updated the PR to include the WebTransport implementation as well! 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds quic-zig — a pure Zig QUIC implementation (RFC 9000/9001/9002) with HTTP/3 and WebTransport support. Zero C dependencies. Docker image auto-built via GitHub Actions CI and published to
ghcr.io/endel/quic-zig:latest.The same Docker image serves both QUIC and WebTransport tests — the entrypoint script auto-detects WT mode and dispatches to dedicated WT server/client binaries.
Supported QUIC test cases (self-interop)
18/22 QUIC test cases pass in self-interop.
Supported WebTransport test cases (self-interop)
7/7 WebTransport test cases pass in self-interop.
Endpoint details
interop/runner/Dockerfile— multi-stage build, extendsmartenseemann/quic-network-simulator-endpoint:latestinterop/runner/run_endpoint.sh— sources/setup.sh, dispatches on$ROLE, auto-detects WT mode via$PROTOCOLSghcr.io/endel/quic-zig:latest(linux/amd64)$QLOGDIRwhen set$SSLKEYLOGFILEwhen setNote
Add quic-zig implementation entry for QUIC and WebTransport interop tests
Registers
quic-zig(imageghcr.io/endel/quic-zig:latest, roleboth) in implementations_quic.json and implementations_webtransport.json so it participates in both QUIC and WebTransport interop test matrices.Macroscope summarized be7d83d.