From efca4fa0cb0c0c19bf66b3fda1657572939d9f6a Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Tue, 10 May 2016 07:44:45 +0100 Subject: [PATCH] Shorten the failure timeout. --- DMRIPSC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DMRIPSC.cpp b/DMRIPSC.cpp index 90fec99..a65a874 100644 --- a/DMRIPSC.cpp +++ b/DMRIPSC.cpp @@ -45,7 +45,7 @@ m_slot1(slot1), m_slot2(slot2), m_status(DISCONNECTED), m_retryTimer(1000U, 10U), -m_timeoutTimer(1000U, 600U), +m_timeoutTimer(1000U, 60U), m_pingTimer(1000U, 5U), m_buffer(NULL), m_salt(NULL),