1
0
Fork 0

Reduce inactivity timeout for repeaters/gateways.

ycs232-kbc
Jonathan Naylor 8 years ago committed by GitHub
parent e9c894bd9c
commit a9f737dfd6

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

Loading…
Cancel
Save