Network/ENetPeer: Add total packet lost/sent counter

This commit is contained in:
Lynix
2017-01-28 17:17:42 +01:00
parent 34828929b2
commit 4e2a037d6b
3 changed files with 6 additions and 0 deletions

View File

@@ -1320,6 +1320,7 @@ namespace Nz
}
++peer->m_packetsSent;
++peer->m_totalPacketSent;
++m_bufferCount;
++m_commandCount;
}