kylewlacy / quic-swift-demo

A simple example of using QUIC with Apple's Network Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift QUIC Demo

Start the server first with:

RUST_LOG=trace cargo run

Then run the client

export CFNETWORK_DIAGNOSTICS=3
swift run -v

Ping an issue if you have any questions sor need something explained.

About

A simple example of using QUIC with Apple's Network Framework


Languages

Language:Swift 66.0%Language:Rust 34.0%