Add the holdoff timers.

This commit is contained in:
Jonathan Naylor 2016-05-16 22:07:18 +01:00
parent 9ed2c00b0c
commit 57d8faa07e
2 changed files with 2 additions and 0 deletions

View file

@ -466,6 +466,7 @@ void CDStarControl::writeNetwork()
m_netHeader = header;
m_holdoffTimer.start();
m_netTimeoutTimer.start();
m_packetTimer.start();
m_elapsed.start();

View file

@ -346,6 +346,7 @@ void CYSFControl::writeNetwork()
m_display->writeFusion("??????????", "??????????", "N");
LogMessage("YSF, received network data from ?????????? to ??????????");
m_netTimeoutTimer.start();
m_holdoffTimer.start();
m_netState = RS_NET_AUDIO;
m_netFrames = 0U;
}