don't kill outbound context after build or lookup fails

pull/1658/head
Jeff Becker 3 years ago
parent 1aa2146b4a
commit 0f1e806155
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -329,9 +329,6 @@ namespace llarp
bool
OutboundContext::Pump(llarp_time_t now)
{
// we are probably dead af
if (m_LookupFails > 16 || m_BuildFails > 10)
return true;
if (ReadyToSend() and remoteIntro.router.IsZero())
{

Loading…
Cancel
Save