kosticmarin / quinn-min-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUIC test

This is is a minimal code example with the quinn Rust crate.

How to run

Run server:

cargo r --release -- server 127.0.0.1:10410

Run client in a separate terminal:

cargo r --release -- client 127.0.0.1:10410

You should see on stdout that all 16 messages were sent and responses received.

About


Languages

Language:Rust 100.0%