Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 341 Bytes

netordering

just say to constructor which ports he should listen and parse requests in any way you want

image

Build it

$ cmake -S . -B build -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_CXX_STANDARD=20
$ cd build && make -j 8