don't delete router's buffer if an update received or connecting

This commit is contained in:
orignal
2025-01-22 13:25:11 -05:00
parent ca0818af7e
commit 1e7254dfaa
2 changed files with 9 additions and 1 deletions

View File

@@ -294,6 +294,7 @@ namespace data
}
else
{
r->CancelBufferToDelete (); // since an update received
if (CheckLogLevel (eLogDebug))
LogPrint (eLogDebug, "NetDb: RouterInfo is older: ", ident.ToBase64());
updated = false;