Remove packet timer and use the elapsed timer directly.

This commit is contained in:
Jonathan Naylor
2016-07-14 18:20:06 +01:00
parent 026a8a2e06
commit ad29c5c4b6
6 changed files with 21 additions and 56 deletions

View File

@@ -65,7 +65,6 @@ private:
CTimer m_networkWatchdog;
CTimer m_rfTimeoutTimer;
CTimer m_netTimeoutTimer;
CTimer m_packetTimer;
CTimer m_ackTimer;
CStopWatch m_interval;
CStopWatch m_elapsed;