mvfst

QUIC transport protocol implementation for high-performance networking.

brewmacoslinux
Try with needOr install directly
Source

About

QUIC transport protocol implementation

Commands

mvfst

Examples

start a QUIC server listening on a specific port$ mvfst --server --port 4433
connect to a remote QUIC server as a client$ mvfst --client --host example.com --port 4433
test QUIC connection performance and latency$ mvfst --bench --connections 10 --duration 30
view detailed protocol statistics and debug information$ mvfst --stats --verbose
run QUIC protocol compliance and feature tests$ mvfst --test --suite full