Commit graph

4 commits

Author SHA1 Message Date
Erik Ogenvik
7f6fa5c707 Remove ops queue in CommAsioClient.
Any such queuing should instead be handled in the Link which receives the operations.
2021-08-02 01:21:18 +02:00
Erik Ogenvik
70eb66d519 Don't flush whenever we call "send".
Instead put the responsibility of flushing the sockets on the calling code.
For the server we'll flush at every "tick". For the aiclient we'll flush every 10ms.
2021-08-01 00:21:22 +02:00
Erik Ogenvik
8fd94c6f4c Use steady_clock instead of system/posix. 2020-01-24 23:14:07 +01:00
Erik Ogenvik
7534fee4e3 Arrange tests better and remove obsolete and unused stuff. 2020-01-20 23:17:55 +01:00
Renamed from tests/AdminClientTest.cpp (Browse further)