Network/ENetPeer: Add total packet lost/sent counter
This commit is contained in:
@@ -1320,6 +1320,7 @@ namespace Nz
|
||||
}
|
||||
|
||||
++peer->m_packetsSent;
|
||||
++peer->m_totalPacketSent;
|
||||
++m_bufferCount;
|
||||
++m_commandCount;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user