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

swap intros on message rejection

This commit is contained in:
Jeff Becker 2019-06-12 10:27:25 -04:00
parent c60099002b
commit 1883c63997
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -43,6 +43,7 @@ namespace llarp
p->Endpoint(), " via ", dst);
if(MarkCurrentIntroBad(Now()))
{
SwapIntros();
LogInfo(Name(), " switched intros to ", remoteIntro.router, " via ",
remoteIntro.pathID);
}