Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 208 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 208 Bytes

lsquic_cpp_demo

simple lsquic cpp echo demo, client and server

环境

ubuntu 18 x64

编译

1、apt install -y libev-dev 2、cd cpp_demo && mkdir build 3、cd build && cmake ../ 4、make