1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 22:56:30 +09:00

Added ResentMessages to NetConnectionStatistics

This commit is contained in:
lidgren
2010-09-14 09:13:47 +00:00
parent fd7d99b9c4
commit 29b7e2fe06

View File

@@ -72,6 +72,11 @@ namespace Lidgren.Network
/// </summary>
public int ReceivedBytes { get { return m_receivedBytes; } }
/// <summary>
/// Gets the number of resent reliable messages for this connection
/// </summary>
public int ResentMessages { get { return m_resentMessages; } }
public double LastSendRespondedTo { get { return m_connection.m_lastSendRespondedTo; } }
public int MostSends