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

@ -1870,13 +1870,10 @@ namespace llarp
if(randint() % 2 == 0
&& !(self->HasSessionTo(other.pubkey)
|| self->HasPendingConnectJob(other.pubkey)))
{
if(!self->IsBootstrapNode(other.pubkey))
{
if(self->TryConnectAsync(other, 5))
--want;
}
}
return want > 0;
});
LogInfo("connecting to ", abs(want - wanted), " out of ", wanted,

Loading…
Cancel
Save