Skip to content

zoujiaqing/s2n-quic-echo-server-client-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo example for s2n-quic library

Generate cert and key

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes -subj "/CN=localhost"

Move pem(s) to certs directory

mkdir certs
mv *.pem certs/

run echo server

cargo run -- server

run echo client

cargo run -- client

About

echo server and client examples for s2n-quic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages