aboutsummaryrefslogtreecommitdiffstats
path: root/mock-server/MockServer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Coalesce mock server into single MockServer classThomas Vanbesien2026-03-131-0/+122
Replace three independent EchoServer instances with one MockServer that owns three QTcpServers, shares a single KA_PING timer, and uses a flat client list with localPort() for port resolution.