update introset if we get a discard message from a possibly expired intro

pull/1649/head
Jeff Becker 3 years ago
parent 307393f47e
commit 432e7f2a5a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -47,6 +47,7 @@ namespace llarp
LogWarn(Name(), " message ", seq, " dropped by endpoint ", p->Endpoint(), " via ", dst);
MarkCurrentIntroBad(Now());
ShiftIntroduction(false);
UpdateIntroSet();
}
return true;
}

Loading…
Cancel
Save