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

@@ -205,6 +205,8 @@ namespace Nz
UInt32 m_timeoutMaximum;
UInt32 m_timeoutMinimum;
UInt32 m_windowSize;
UInt64 m_totalPacketLost;
UInt64 m_totalPacketSent;
};
}