From 9380a3639295b8035986dded821e957160dbfa88 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 23 May 2016 17:41:56 +0100 Subject: [PATCH] Increase the poll timeout to accomodate older MMDVM hosts. --- YSFReflector/YSFReflector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YSFReflector/YSFReflector.h b/YSFReflector/YSFReflector.h index 59ac5df..42ee2ac 100644 --- a/YSFReflector/YSFReflector.h +++ b/YSFReflector/YSFReflector.h @@ -42,7 +42,7 @@ public: m_callsign(), m_address(), m_port(0U), - m_timer(1000U, 60U) + m_timer(1000U, 180U) { }