1
0
Fork 0

Increase the poll timeout to accomodate older MMDVM hosts.

ycs232-kbc
Jonathan Naylor 8 years ago
parent dca01d2aa3
commit 9380a36392

@ -42,7 +42,7 @@ public:
m_callsign(), m_callsign(),
m_address(), m_address(),
m_port(0U), m_port(0U),
m_timer(1000U, 60U) m_timer(1000U, 180U)
{ {
} }

Loading…
Cancel
Save