mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-22 16:25:45 +08:00
Shorten the failure timeout.
This commit is contained in:
@@ -45,7 +45,7 @@ m_slot1(slot1),
|
|||||||
m_slot2(slot2),
|
m_slot2(slot2),
|
||||||
m_status(DISCONNECTED),
|
m_status(DISCONNECTED),
|
||||||
m_retryTimer(1000U, 10U),
|
m_retryTimer(1000U, 10U),
|
||||||
m_timeoutTimer(1000U, 600U),
|
m_timeoutTimer(1000U, 60U),
|
||||||
m_pingTimer(1000U, 5U),
|
m_pingTimer(1000U, 5U),
|
||||||
m_buffer(NULL),
|
m_buffer(NULL),
|
||||||
m_salt(NULL),
|
m_salt(NULL),
|
||||||
|
|||||||
Reference in New Issue
Block a user