You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-18 16:16:35 +09:00
Added ResentMessages to NetConnectionStatistics
This commit is contained in:
@@ -72,6 +72,11 @@ namespace Lidgren.Network
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public int ReceivedBytes { get { return m_receivedBytes; } }
|
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 double LastSendRespondedTo { get { return m_connection.m_lastSendRespondedTo; } }
|
||||||
|
|
||||||
public int MostSends
|
public int MostSends
|
||||||
|
|||||||
Reference in New Issue
Block a user