12 lines
159 B
Markdown
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
|
||
|
```
|