add debug trace for PONG messages;

pull/69/head
Bryan Biedenkapp 2 years ago
parent 1d760e0489
commit f6f7a70757

@ -591,6 +591,9 @@ void Network::clock(uint32_t ms)
case NET_FUNC::PONG: // Master Ping Response
m_timeoutTimer.start();
if (length >= 14) {
if (m_debug)
Utils::dump(1U, "Network Received, PONG", buffer.get(), length);
ulong64_t serverNow = 0U;
// combine bytes into ulong64_t (8 byte) value

Loading…
Cancel
Save

Powered by TurnKey Linux.