public class ReseedChecker
extends Object
Moved from RouterConsoleRunner.java
Reseeding is not strictly a router function, it used to be
in the routerconsole app, but this made it impossible to
bootstrap an embedded router lacking a routerconsole,
in iMule or android for example, without additional modifications.
Also, as this is now called from PersistentDataStore, not from the
routerconsole, we can get started as soon as the netdb has read
the netDb/ directory, not when the console starts.