Merge pull request #1628 from majestrate/unfug-network-path-builds-2021-05-05

always do path tests
pull/1629/head
Jeff 3 years ago committed by GitHub
commit ea4529af92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -412,9 +412,6 @@ namespace llarp
auto dlt = now - m_LastLatencyTestTime;
if (dlt > path::latency_interval && m_LastLatencyTestID == 0)
{
// bail doing test if we are active
if (now - m_LastRecvMessage < path::latency_interval)
return;
routing::PathLatencyMessage latency;
latency.T = randint();
m_LastLatencyTestID = latency.T;

Loading…
Cancel
Save