mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Enable the network watchdog timer for fast data.
This commit is contained in:
parent
65ebb55171
commit
3a2c2fadaa
2 changed files with 2 additions and 2 deletions
|
|
@ -843,7 +843,7 @@ void CDStarControl::clock()
|
|||
m_rfTimeoutTimer.clock(ms);
|
||||
m_netTimeoutTimer.clock(ms);
|
||||
|
||||
if (m_netState == RPT_NET_STATE::AUDIO) {
|
||||
if ((m_netState == RPT_NET_STATE::AUDIO) || (m_netState == RPT_NET_STATE::DATA)) {
|
||||
m_networkWatchdog.clock(ms);
|
||||
|
||||
if (m_networkWatchdog.hasExpired()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue