1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

don't kill outbound context after build or lookup fails

This commit is contained in:
Jeff Becker 2021-06-03 14:55:57 -04:00
parent 1aa2146b4a
commit 0f1e806155
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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())
{