make FSC timeout just slightly more then the maximum heartbeat time;

82-dvmbridge---implement-notch-filter-for-2175hz-trc-guard-tone
Bryan Biedenkapp 1 year ago
parent 0e5d075c62
commit 6b9d906f68

@ -62,7 +62,7 @@ V24UDPPort::V24UDPPort(uint32_t peerId, const std::string& address, uint16_t mod
m_ctrlAddrLen(0U),
m_buffer(2000U, "UDP Port Ring Buffer"),
m_fscInitiator(fscInitiator),
m_timeoutTimer(1000U, 30U),
m_timeoutTimer(1000U, 45U),
m_reqConnectionTimer(1000U, 30U),
m_heartbeatInterval(5U),
m_heartbeatTimer(1000U, 5U),

Loading…
Cancel
Save

Powered by TurnKey Linux.