A QUIC protocol implementation in Zig.
- WIP
- Zig 0.15.1 or later
zig buildzig build runOr run the built executable directly:
./zig-out/bin/zquicThe server listens on 0.0.0.0:4433 by default. Press Ctrl+C to stop the server gracefully.
Run all tests:
zig build testRun specific test file:
zig test src/server.zigMIT