boost_asio_udp/README.md
2024-12-04 19:35:03 +08:00

12 lines
159 B
Markdown

# boost asio test
test time interval between send and receive
```c++
cmake -S . -B build
cmake --build build -j
./build/receive
./build/send
```