Skip to content

ncldmg/zquic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zquic

A QUIC protocol implementation in Zig.

Features

  • WIP

Requirements

  • Zig 0.15.1 or later

Building

zig build

Running

zig build run

Or run the built executable directly:

./zig-out/bin/zquic

The server listens on 0.0.0.0:4433 by default. Press Ctrl+C to stop the server gracefully.

Testing

Run all tests:

zig build test

Run specific test file:

zig test src/server.zig

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages