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:
parent
1aa2146b4a
commit
0f1e806155
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue