boost_asio_udp/README.md

12 lines
159 B
Markdown
Raw Permalink Normal View History

2024-12-04 19:35:03 +08:00
# boost asio test
test time interval between send and receive
```c++
cmake -S . -B build
cmake --build build -j
./build/receive
./build/send
```