Skip to content

Aperence/mpquic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Usage

make

# launch server
./server localhost 8000 2> server.out &
pid=$!  # to shutdown later

# ./client host port path, output is saved in out.html
./client localhost 8080 /big.txt 2> client.out

About

Example of using HTTP/3 with Multipath QUIC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors