bump -7-rc

NetDB: RI Publish improvements part 2
Delay startup of PLRIJ

Start PLRIJ in setNetDbReady() with a delay,
rather than running immediately from KNDF.startup(),
so that it does not attempt to publish before
KNDF.isInitialized() is true.
setNetDbReady() always does the initial publish,
PLRIJ does the subsequent republishing.

Ensure republish timing is consistent after startup
Increase publish interval randomness
Sometimes publish "early" to add more randomness
Reset counter after publish
This commit is contained in:
zzz
2025-01-28 12:13:25 -05:00
parent af52dfa6a9
commit f5cccc3985
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2025-01-28 zzz
* NetDB: More RI publishing improvements
2025-01-27 zzz
* NetDB: RI publishing improvements