/quic-client-server

Simple example of a Quic Client/Server

Primary LanguageGoApache License 2.0Apache-2.0

quic-client-server

Simple example of a Quick Client/Server

Build

go build

Run

Start the server:

quic-udp-linux server 192.168.1.201:34000

Start the client:

client: quic-udp-linux client 192.168.1.201:34000