mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-11 07:10:36 +00:00
shift off bad intros when we get a discard message, this happens if the
other side's intro expires or the pivot restarts for whatever reason.
This commit is contained in:
parent
0bc8d9f477
commit
38cc130dc3
@ -46,6 +46,7 @@ namespace llarp
|
|||||||
{
|
{
|
||||||
LogWarn(Name(), " message ", seq, " dropped by endpoint ", p->Endpoint(), " via ", dst);
|
LogWarn(Name(), " message ", seq, " dropped by endpoint ", p->Endpoint(), " via ", dst);
|
||||||
MarkCurrentIntroBad(Now());
|
MarkCurrentIntroBad(Now());
|
||||||
|
ShiftIntroduction(false);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user