aaaaaaaaaaAAAah

pull/606/head v0.4.2
Jeff Becker 5 years ago
parent a0cf0cb315
commit 87bdfa6e78
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1871,11 +1871,8 @@ namespace llarp
&& !(self->HasSessionTo(other.pubkey)
|| self->HasPendingConnectJob(other.pubkey)))
{
if(!self->IsBootstrapNode(other.pubkey))
{
if(self->TryConnectAsync(other, 5))
--want;
}
if(self->TryConnectAsync(other, 5))
--want;
}
return want > 0;
});

Loading…
Cancel
Save