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

Debug messages added

This commit is contained in:
lidgren
2010-08-29 11:04:45 +00:00
parent d85ca4f2fb
commit bdfdbb3601
3 changed files with 14 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ namespace Lidgren.Network
m_unsentMessages = new NetQueue<NetSending>(8);
double now = NetTime.Now;
m_nextPing = now + 5.0f;
m_nextPing = now + 10.0f;
m_nextForceAckTime = double.MaxValue;
m_lastSentUnsentMessages = now;
m_lastSendRespondedTo = now;