The client measures the time difference between
ping send and ping reply receive.
Without MSGFLAG_FLUSH the server keeps the chunk
until the next flush which makes the ping dependend on when the next flush happens.
Ping on localhost without flush flag:
```
[2023-01-25 20:51:47][client/network]: latency 45.84
[2023-01-25 20:51:4...